commit 383c288790aba5f7954c5c0ba248faa878713f5f
parent 1603d5d84b3a1bb99d09d8bf23970ef006bdcdf3
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 2 Jan 2022 15:11:09 +0100
emacs: disable debugger on error
There are more errors that happen in regular execution, and I don't
want to start a debugger on those.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -335,7 +335,7 @@ Sometimes it's better to look at undo history as a tree:
* Interface
** Start debugger on error
#+begin_src emacs-lisp
- (toggle-debug-on-error t)
+ ;; (toggle-debug-on-error t)
#+end_src
** Messages