Tweak debugger

This commit is contained in:
Case Duckworth 2021-03-31 17:59:49 -05:00
parent 1bd224af5e
commit d57a5d00d5
1 changed files with 5 additions and 0 deletions

View File

@ -313,6 +313,11 @@
(:option eshell-directory-name (acdw/in-dir "eshell/" t)
eshell-aliases-file (acdw/in-dir "eshell/aliases" t)))
;; Debugger
(setup debugger
(:hook visual-line-mode)
(:acdw/leader "d" toggle-debug-on-error))
;; Garbage collection
(add-hook 'minibuffer-setup-hook #'acdw/gc-disable)
(add-hook 'minibuffer-exit-hook #'acdw/gc-enable)