mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): correctly load dap-mode for go-mode
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user