Update README.md

This commit is contained in:
James Cherti
2025-03-14 12:25:42 -04:00
parent 249f5505c2
commit 188b60c508

View File

@@ -144,7 +144,7 @@ During the development of your init files, the author strongly recommends adding
(setq debug-on-error t) (setq debug-on-error t)
``` ```
This setting ensures that Emacs enters the debugger whenever an error occurs during initialization. Since `pre-early-init.el` is loaded before `early-init.el`, enabling `debug-on-error` at this stage allows you to catch errors that might otherwise cause Emacs to fail silently or behave unpredictably. Enabling `debug-on-error` at this stage allows you to catch errors that might otherwise cause Emacs to fail silently or behave unpredictably.
## Customizations: UI (pre-early-init.el) ## Customizations: UI (pre-early-init.el)