mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Bind e => debugger-eval-expression in debugger
This commit is contained in:
@ -631,6 +631,7 @@
|
|||||||
;; For elisp debugging
|
;; For elisp debugging
|
||||||
:map debugger-mode-map
|
:map debugger-mode-map
|
||||||
:n "RET" #'debug-help-follow
|
:n "RET" #'debug-help-follow
|
||||||
|
:n "e" #'debugger-eval-expression
|
||||||
:n "n" #'debugger-step-through
|
:n "n" #'debugger-step-through
|
||||||
:n "c" #'debugger-continue)
|
:n "c" #'debugger-continue)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user