Fix go-mode test-running keybinds

This commit is contained in:
Henrik Lissner 2015-09-30 14:23:55 -04:00
parent 0a1b04d26e
commit b525a776e2

View file

@ -10,9 +10,10 @@
(bind! :map go-mode-map
:n "gd" 'godef-jump
:n "gD" 'godef-describe
:n "tr" 'narf:go-test-run-all
:n "ta" 'narf:go-test-run-all
:n "ts" 'narf:go-test-run-package)
(:prefix ","
:n "tr" 'narf:go-test-run-all
:n "ta" 'narf:go-test-run-all
:n "ts" 'narf:go-test-run-package))
(mapc (lambda (x)
(let ((command-name (car x))