Update README.md

This commit is contained in:
James Cherti
2025-04-15 22:14:54 -04:00
parent 62b2283de0
commit 4b680d7be3

View File

@@ -1185,6 +1185,8 @@ To load customizations saved by Emacs (`M-x customize`), add the following code
(load custom-file 'noerror 'nomessage) (load custom-file 'noerror 'nomessage)
``` ```
However, rather than relying on customizations loaded with the code above, the author recommends configuring Emacs through init files (just as you are doing by reading this README.md and customizing packages using `use-package` with the `:custom` keyword).
### How to increase gc-cons-threshold? ### How to increase gc-cons-threshold?
Add the following to `~/.emacs.d/pre-early-init.el` to ensure that *minimal-emacs.d* restores the specified amount after startup: Add the following to `~/.emacs.d/pre-early-init.el` to ensure that *minimal-emacs.d* restores the specified amount after startup: