From 113b0cefc5ed8123bddcb2c0930a1ad9e1de0c4b Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sun, 17 Jul 2022 10:47:53 -0800 Subject: [PATCH] Don't pop up emacs errors, just log them and insidiously collapse inside --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8902098..e180427 100644 --- a/init.el +++ b/init.el @@ -92,7 +92,7 @@ ;; DISABLED because something broke and I didn't bother figuring out what... ;; barf out emacs errors as they are encountered - (setq debug-on-error t) + (setq debug-on-error nil) ;; Speed up scrolling down (why is this even a thing?) (setq auto-window-vscroll nil)