From ff7611dde7c92be3dfe73f505c571a0382e506f7 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:03:22 -0400 Subject: [PATCH] Update README.md --- early-init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index efc35a3..ea020c7 100644 --- a/early-init.el +++ b/early-init.el @@ -50,8 +50,9 @@ (setq gc-cons-threshold most-positive-fixnum) -(add-hook 'emacs-startup-hook (lambda () - (setq gc-cons-threshold (* 16 1024 1024)))) +(add-hook 'emacs-startup-hook + (lambda () + (setq gc-cons-threshold minimal-emacs-gc-cons-threshold))) ;;; Performance