From 4b680d7be374d3a8291aaa1de026eff1699d1849 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:14:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c33379c..83e58dc 100644 --- a/README.md +++ b/README.md @@ -1185,6 +1185,8 @@ To load customizations saved by Emacs (`M-x customize`), add the following code (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? Add the following to `~/.emacs.d/pre-early-init.el` to ensure that *minimal-emacs.d* restores the specified amount after startup: