move gc expansion into early-init so it actually does stuff
This commit is contained in:
parent
6660451dff
commit
957124d2c8
@ -5,6 +5,8 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(setq gc-cons-threshold (* 8 5000 5000))
|
||||
|
||||
(defun display-startup-echo-area-message ()
|
||||
"A re-definition of the function.
|
||||
Tell the Emacs startup time and number of garbage-collections
|
||||
|
Loading…
Reference in New Issue
Block a user