fix(lang): correctly load dap-mode for go-mode

This commit is contained in:
2021-01-15 01:31:51 +00:00
parent 7a2fbb88d4
commit c1865ad309

View File

@@ -109,7 +109,7 @@
(use-package dap-go
:straight dap-mode
:after (go-mode gotest dap-mode)
:after (go-mode gotest)
:bind (:map dap-mode-map
("C-c , d" . siren-dap-go-debug-current-test))