diff options
-rw-r--r-- | config.org | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config.org b/config.org index bac3756..66bb66a 100644 --- a/config.org +++ b/config.org @@ -1250,8 +1250,13 @@ Do not allow the cursor in the minibuffer prompt Support opening new minibuffers from inside existing minibuffers. #+begin_src elisp -(setopt enable-recursive-minibuffers t) -(setopt debug-on-error t) + (setopt enable-recursive-minibuffers t) +#+end_src + +Whether to drop into the debugger on any error. This seems cool, but in practice is a bit annoying. + +#+begin_src elisp + (setopt debug-on-error nil) #+end_src Hide commands in M-x which do not work in the current mode. |