Update README.md

This commit is contained in:
James Cherti
2025-03-02 14:27:47 -05:00
parent 1cf0685906
commit 69e524c71f

View File

@@ -145,7 +145,7 @@ An alternative lightweight approach is to simply change the default `~/.emacs.d`
(setq user-emacs-directory minimal-emacs-var-dir)
```
IMPORTANT: The code above should be added to `~/.emacs.d/pre-early-init.el`, not the other files, as it modifies the behavior of all subsequent init files.
**IMPORTANT:** The code above should be added to `~/.emacs.d/pre-early-init.el`, not the other files, as it modifies the behavior of all subsequent init files.
### How to prevent minimal-emacs.d from saving custom.el?