Update README.md
This commit is contained in:
@@ -136,6 +136,8 @@ Replace `FILENAME.el` with the actual name and DESCRIPTION with a brief descript
|
||||
|
||||
*(Only if you know what you're doing: Removing `no-byte-compile: t;` from your init files allows Emacs to compile them, improving load and execution speed. However, if you do so, you may need to add required dependencies. For example, if you're using `use-package`, add `(require 'use-package)` at the top of `post-init.el` to ensure all necessary `use-package` variables and functions are loaded.)*
|
||||
|
||||
**Important:** The examples in this README reference pre/post init files in the `~/.emacs.d/` directory, but the files `pre-early-init.el`, `post-early-init.el`, `pre-init.el`, and `post-init.el` should be placed in the same directory as `init.el` and `early-init.el`, regardless of their location.
|
||||
|
||||
## Debug on error
|
||||
|
||||
During the development of your init files, the author strongly recommends adding the following line at the very beginning of your `~/.emacs.d/pre-early-init.el` file:
|
||||
|
||||
Reference in New Issue
Block a user