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:
|
;;; 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
|
||||||
|
2
init.el
2
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user