From c29c1b907723dfb087f5cc8a96643cb16ce2abbc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 16 Dec 2019 19:37:57 -0500 Subject: [PATCH] Update vestigial reference to function in comment --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index ce908b1b2..c1b8d7674 100644 --- a/init.el +++ b/init.el @@ -28,9 +28,8 @@ ;;; License: MIT ;; 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 -;; `doom-restore-garbage-collection-h'. Not resetting it will cause -;; stuttering/freezes. +;; threshold to temporarily prevent it from running, then reset it later by +;; enabling `gcmh-mode'. Not resetting it will cause stuttering/freezes. (setq gc-cons-threshold most-positive-fixnum) ;; In noninteractive sessions, prioritize non-byte-compiled source files to