Update vestigial reference to function in comment

This commit is contained in:
Henrik Lissner 2019-12-16 19:37:57 -05:00
parent c0214f168c
commit c29c1b9077
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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