From 4c538f791eb6d81d07f8a636170da1cd460ffa91 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:55:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a90c23..6ae084e 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,9 @@ To activate gcmh-mode, add the following to the beginning of `~/.emacs.d/post-in ``` emacs-lisp (use-package gcmh :ensure t - :hook (emacs-init . gcmh-mode)) + :hook (after-init . gcmh-mode) + :custom + (gcmh-low-cons-threshold minimal-emacs-gc-cons-threshold)) ``` ### How to increase gc-cons-threshold?