Refactor feature/debugger (still WIP)
This commit is contained in:
parent
637824e543
commit
63a4a61714
2 changed files with 27 additions and 23 deletions
|
@ -2,8 +2,10 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun +debugger/quit ()
|
||||
"Quit the active debugger, if any."
|
||||
(interactive)
|
||||
(ignore-errors (call-interactively 'realgud:cmd-quit))
|
||||
(ignore-errors (call-interactively #'realgud:cmd-quit))
|
||||
(doom/popup-close)
|
||||
(evil-normal-state))
|
||||
(when (featurep 'evil)
|
||||
(evil-normal-state)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue