From 6bf20de60e57712b6c61c6441faa0c5f8b510c3c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 5 Oct 2022 00:16:15 +0100 Subject: [PATCH] fix(language/go): attach go-playground setup function correct hook --- modules/languages/siren-golang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/languages/siren-golang.el b/modules/languages/siren-golang.el index 3dd14f1..1f849e8 100644 --- a/modules/languages/siren-golang.el +++ b/modules/languages/siren-golang.el @@ -232,7 +232,7 @@ For example, if the current buffer is `foo.go', the buffer for (use-package go-playground :defer t :hook - (go-mode . siren-go-playground-setup) + (go-playground-mode . siren-go-playground-setup) :custom (go-playground-basedir