From: John Turner Date: Fri, 23 Dec 2022 02:35:15 +0000 (-0500) Subject: set the elisp debugger to edebug X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=e1541916ab79868ac043c5a509c83115dca1ece3;p=emacs.d set the elisp debugger to edebug --- 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)