From 88df2aecc001478c0d532543823bf1679b91b9d5 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:19:39 -0500 Subject: [PATCH] Remove garbage-collection-messages --- early-init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/early-init.el b/early-init.el index c037260..116f1ac 100644 --- a/early-init.el +++ b/early-init.el @@ -163,8 +163,6 @@ pre-early-init.el, and post-early-init.el.") ;; Garbage collection significantly affects startup times. This setting delays ;; garbage collection during startup but will be reset later. -(setq garbage-collection-messages minimal-emacs-debug) - (defun minimal-emacs--restore-gc-values () "Restore garbage collection values to minimal-emacs.d values." (setq gc-cons-threshold minimal-emacs-gc-cons-threshold)