From 3a9ac0611aa34a0c3548b378c6c16fa3680f4367 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:52:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2f61e..0a90c23 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ To activate gcmh-mode, add the following to the beginning of `~/.emacs.d/post-in ### How to increase gc-cons-threshold? -Add the following to `~/.emacs.d/post-early-init.el`: +Add the following to `~/.emacs.d/pre-early-init.el` to ensure that `minimal-emacs.d` restores the specified amount after startup: ``` emacs-lisp (setq minimal-emacs-gc-cons-threshold (* 64 1024 1024)) ```