mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/go): make go-playground nicer to use with extra keybindings
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user