Update vestigial reference to function in comment
This commit is contained in:
parent
c0214f168c
commit
c29c1b9077
1 changed files with 2 additions and 3 deletions
5
init.el
5
init.el
|
@ -28,9 +28,8 @@
|
||||||
;;; License: MIT
|
;;; License: MIT
|
||||||
|
|
||||||
;; A big contributor to startup times is garbage collection. We up the gc
|
;; A big contributor to startup times is garbage collection. We up the gc
|
||||||
;; threshold to temporarily prevent it from running, then reset it later with
|
;; threshold to temporarily prevent it from running, then reset it later by
|
||||||
;; `doom-restore-garbage-collection-h'. Not resetting it will cause
|
;; enabling `gcmh-mode'. Not resetting it will cause stuttering/freezes.
|
||||||
;; stuttering/freezes.
|
|
||||||
(setq gc-cons-threshold most-positive-fixnum)
|
(setq gc-cons-threshold most-positive-fixnum)
|
||||||
|
|
||||||
;; In noninteractive sessions, prioritize non-byte-compiled source files to
|
;; In noninteractive sessions, prioritize non-byte-compiled source files to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue