lang/go: fix un-quoted bindings

This commit is contained in:
Henrik Lissner 2017-03-16 17:25:57 -04:00
parent 86960d6888
commit 89e220456f

View file

@ -16,8 +16,8 @@
(:localleader (:localleader
:n "fh" 'godef-describe :n "fh" 'godef-describe
(:prefix "r" (:prefix "r"
:n "i" go-remove-unused-imports :n "i" 'go-remove-unused-imports
:nv "f" gofmt) :nv "f" 'gofmt)
(:prefix "t" (:prefix "t"
:n "r" '+go/test-run-all :n "r" '+go/test-run-all
:n "a" '+go/test-run-all :n "a" '+go/test-run-all