Fix 'SPC m b r' in go-mode.
This commit is contained in:
parent
abc7ca84d8
commit
e9bdf89c73
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
:n "ia" #'go-import-add
|
||||
:n "ir" #'go-remove-unused-imports)
|
||||
(:prefix "b"
|
||||
:n "r" (λ! (compile "go run"))
|
||||
:n "r" (λ! (compile "go run ."))
|
||||
:n "b" (λ! (compile "go build"))
|
||||
:n "c" (λ! (compile "go clean")))
|
||||
(:prefix "t"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue