Add missing prefixes in go-mode

This commit is contained in:
Seong Yong-ju 2019-02-12 00:52:04 +09:00 committed by smile13241324
parent 21c442050a
commit 9941c60b5c

View file

@ -142,6 +142,8 @@
(spacemacs/declare-prefix-for-mode 'go-mode "mi" "imports")
(spacemacs/declare-prefix-for-mode 'go-mode "mr" "refactoring")
(spacemacs/declare-prefix-for-mode 'go-mode "mt" "test")
(spacemacs/declare-prefix-for-mode 'go-mode "mtg" "generate")
(spacemacs/declare-prefix-for-mode 'go-mode "mT" "toggle")
(spacemacs/declare-prefix-for-mode 'go-mode "mx" "execute")
(spacemacs/set-leader-keys-for-major-mode 'go-mode
"=" 'gofmt