Use imalison:use-package* for gotest cofiguration

This commit is contained in:
Ivan Malison 2016-06-25 16:41:34 -07:00
parent 91262f04e4
commit 8d062edd64

View File

@ -2162,8 +2162,9 @@ I use helm for almost all emacs completion
(set (make-local-variable 'company-backends) '(company-go))))
:config
(progn
(use-package gotest
:demand
(imalison:use-package*
gotest "~/Projects/gotest.el"
:demand t
:bind (:map go-mode-map
("C-c t" . imalison:gotest))
:preface