feat(language/go): make go-playground nicer to use with extra keybindings

This commit is contained in:
2023-01-15 20:54:06 +00:00
parent d83ca9867a
commit 09aa5cb1c6

View File

@@ -229,6 +229,11 @@ For example, if the current buffer is `foo.go', the buffer for
:hook
(go-playground-mode . siren-go-playground-setup)
:general
(:keymaps 'go-playground-mode-map
"C-c C-c" 'go-playground-exec
"C-c k" 'go-playground-rm)
:custom
(go-playground-basedir
(expand-file-name "src/playground" (or (getenv "GOPATH") "~/go")))