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)