diff --git a/layers/+lang/go/layers.el b/layers/+lang/go/layers.el index 47f3384db..e5206064e 100644 --- a/layers/+lang/go/layers.el +++ b/layers/+lang/go/layers.el @@ -11,4 +11,4 @@ (when (and (boundp 'go-backend) (eq go-backend 'lsp)) - (configuration-layer/declare-layer-dependencies '(lsp))) + (configuration-layer/declare-layer-dependencies '(dap)))