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)