Don't pop up emacs errors, just log them and insidiously collapse inside

This commit is contained in:
MitchMarq42 2022-07-17 10:47:53 -08:00
parent d268caa38a
commit 113b0cefc5

View File

@ -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)