From 602428e3fa51ec1a5b91ed4efd42ea69a992c010 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sun, 23 Jun 2024 10:42:11 +0000 Subject: Don't drop into the debugger on error --- config.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config.org') 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. -- cgit 1.4.1-2-gfad0