mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Merge pull request #899 from edwintorok/emacs27
Emacs27+: reduce number of GCs on startup from 4 to 1
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
;; Emacs HEAD (27+) introduces early-init.el, which is run before init.el,
|
;; Emacs HEAD (27+) introduces early-init.el, which is run before init.el,
|
||||||
;; before package and UI initialization happens.
|
;; before package and UI initialization happens.
|
||||||
|
|
||||||
|
;; Defer garbage collection further back in the startup process
|
||||||
|
(setq gc-cons-threshold 268435456)
|
||||||
|
|
||||||
;; Package initialize occurs automatically, before `user-init-file' is
|
;; Package initialize occurs automatically, before `user-init-file' is
|
||||||
;; loaded, but after `early-init-file'. Doom handles package
|
;; loaded, but after `early-init-file'. Doom handles package
|
||||||
;; initialization, so we must prevent Emacs from doing it early!
|
;; initialization, so we must prevent Emacs from doing it early!
|
||||||
|
Reference in New Issue
Block a user