From f6ccac0ac53d53cc1db93267926578b495b76b73 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 8 Mar 2025 09:32:53 -0500 Subject: [PATCH] Expand the coverage of debug-on-error to include more code --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 897a00d..928b1c0 100644 --- a/early-init.el +++ b/early-init.el @@ -73,6 +73,7 @@ minimalistic appearance during startup.") ;; Prefer loading newer compiled files (setq load-prefer-newer t) +(setq debug-on-error minimal-emacs-debug) (defvar minimal-emacs--success nil) (defvar minimal-emacs--stage "early-init.el") @@ -276,7 +277,6 @@ minimalistic appearance during startup.") native-comp-verbose (if minimal-emacs-debug 1 0) native-comp-debug (if minimal-emacs-debug 1 0)) -(setq debug-on-error minimal-emacs-debug) (setq jka-compr-verbose minimal-emacs-debug) (setq byte-compile-warnings minimal-emacs-debug byte-compile-verbose minimal-emacs-debug)