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)))) (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