mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/go): attach go-playground setup function correct hook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user