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?