Use imalison:use-package* for gotest cofiguration
This commit is contained in:
parent
91262f04e4
commit
8d062edd64
@ -2162,8 +2162,9 @@ I use helm for almost all emacs completion
|
|||||||
(set (make-local-variable 'company-backends) '(company-go))))
|
(set (make-local-variable 'company-backends) '(company-go))))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(use-package gotest
|
(imalison:use-package*
|
||||||
:demand
|
gotest "~/Projects/gotest.el"
|
||||||
|
:demand t
|
||||||
:bind (:map go-mode-map
|
:bind (:map go-mode-map
|
||||||
("C-c t" . imalison:gotest))
|
("C-c t" . imalison:gotest))
|
||||||
:preface
|
:preface
|
||||||
|
Loading…
Reference in New Issue
Block a user