tools/debugger: bind SPC m d to dap-hydra

Closes #2955
This commit is contained in:
Henrik Lissner 2020-08-05 22:00:36 -04:00
parent 3afee78c8b
commit aba2dcaf11
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -118,8 +118,11 @@
(with-eval-after-load lib (with-eval-after-load lib
(mapc #'require (doom-enlist libs)))))) (mapc #'require (doom-enlist libs))))))
(dap-mode 1)) (dap-mode 1)
(map! :localleader
:map dap-mode-map
"d" #'dap-hydra))
(use-package! dap-ui (use-package! dap-ui