]> jturnerusa.dev Git - emacs.d/commitdiff
set the elisp debugger to edebug
authorJohn Turner <jturner.usa@gmail.com>
Fri, 23 Dec 2022 02:35:15 +0000 (21:35 -0500)
committerJohn Turner <jturner.usa@gmail.com>
Fri, 23 Dec 2022 02:42:07 +0000 (21:42 -0500)
init.el

diff --git a/init.el b/init.el
index 775494f99158cd774d7a197cd4ef83a2152fb336..414bd90906ad9b1fe5547b53a51c0336ad4ea47a 100644 (file)
--- a/init.el
+++ b/init.el
@@ -6,6 +6,7 @@
       custom-buffer-indent 4
       custom-file (file-name-concat user-emacs-directory "custom.el")
       custom-theme-directory (file-name-concat user-emacs-directory "themes/")
+      debugger 'edebug
       inhibit-splash-screen t
       make-backup-files nil
       tab-width 4)