mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add core-debug + realgud universal debugging platform
This commit is contained in:
@ -79,5 +79,8 @@
|
||||
(after! flycheck
|
||||
(exmap "er[rors]" (λ! (flycheck-buffer) (flycheck-list-errors))))
|
||||
|
||||
;; Debuggers
|
||||
(exmap "debug" 'narf:debug)
|
||||
|
||||
(provide 'my-commands)
|
||||
;;; my-commands.el ends here
|
||||
|
Reference in New Issue
Block a user