From 188b60c5089cea9a88b34c8948b412b3a9a82098 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:25:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fbcb7..da06d53 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ During the development of your init files, the author strongly recommends adding (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)