set the elisp debugger to edebug

master
John Turner 2 years ago
parent d13ff1f3a7
commit e1541916ab
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

@ -6,6 +6,7 @@
custom-buffer-indent 4 custom-buffer-indent 4
custom-file (file-name-concat user-emacs-directory "custom.el") custom-file (file-name-concat user-emacs-directory "custom.el")
custom-theme-directory (file-name-concat user-emacs-directory "themes/") custom-theme-directory (file-name-concat user-emacs-directory "themes/")
debugger 'edebug
inhibit-splash-screen t inhibit-splash-screen t
make-backup-files nil make-backup-files nil
tab-width 4) tab-width 4)

Loading…
Cancel
Save