Skip to content

Commit

Permalink
Add binding for evaluate command
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 15, 2024
1 parent d04d6b5 commit ab1408f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -3986,6 +3986,7 @@ See `eldoc-documentation-functions', for more infomation."
(define-key map "S" #'dape-select-stack)
(define-key map (kbd "C-i") #'dape-stack-select-down)
(define-key map (kbd "C-o") #'dape-stack-select-up)
(define-key map "E" #'dape-evaluate-expression)
(define-key map "w" #'dape-watch-dwim)
(define-key map "D" #'dape-disconnect-quit)
(define-key map "q" #'dape-quit)
Expand Down

0 comments on commit ab1408f

Please sign in to comment.