tools/debugger: add rudimentary dap-mode support

This commit is contained in:
Henrik Lissner 2019-07-06 14:19:49 +02:00
parent 563629cbd3
commit 70ac4c0cf5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 29 additions and 0 deletions

View file

@ -2,3 +2,5 @@
;;; tools/debugger/packages.el
(package! realgud)
(when (featurep! :tools lsp)
(package! dap-mode))