diff options
author | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:35:15 -0500 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:42:07 -0500 |
commit | e1541916ab79868ac043c5a509c83115dca1ece3 (patch) | |
tree | 974d378c501dad61f0eb9391e53f95d2c49d1559 | |
parent | d13ff1f3a7407d18eb92703b052cfd984e8882f3 (diff) | |
download | emacs.d-e1541916ab79868ac043c5a509c83115dca1ece3.tar.gz |
set the elisp debugger to edebug
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |