Add core-debug + realgud universal debugging platform

This commit is contained in:
Henrik Lissner 2016-03-31 03:17:15 -04:00
parent bbde8f2c70
commit 1cd492d301
7 changed files with 127 additions and 2 deletions

View file

@ -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