Bind e => debugger-eval-expression in debugger
This commit is contained in:
parent
4acfe3742b
commit
932a8128ec
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@
|
|||
;; For elisp debugging
|
||||
:map debugger-mode-map
|
||||
:n "RET" #'debug-help-follow
|
||||
:n "e" #'debugger-eval-expression
|
||||
:n "n" #'debugger-step-through
|
||||
:n "c" #'debugger-continue)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue