From e1541916ab79868ac043c5a509c83115dca1ece3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 22 Dec 2022 21:35:15 -0500 Subject: [PATCH] set the elisp debugger to edebug --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 775494f..414bd90 100644 --- 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)