move gc expansion into early-init so it actually does stuff

This commit is contained in:
mir 2024-01-23 21:29:57 -09:00
parent 6660451dff
commit 957124d2c8
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,8 @@
;;; Code: ;;; Code:
(setq gc-cons-threshold (* 8 5000 5000))
(defun display-startup-echo-area-message () (defun display-startup-echo-area-message ()
"A re-definition of the function. "A re-definition of the function.
Tell the Emacs startup time and number of garbage-collections Tell the Emacs startup time and number of garbage-collections

View File

@ -10,8 +10,6 @@
;;; Code: ;;; Code:
(setq gc-cons-threshold (* 8 5000 5000))
(setq load-prefer-newer t) ; why ever use stale code, ever? (setq load-prefer-newer t) ; why ever use stale code, ever?
;; Load the files that I put my settings in... ;; Load the files that I put my settings in...
(defvar mir-directory (defvar mir-directory