diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 8745a22e..40136f61 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2345,7 +2345,7 @@ items follow a style that is consistent with other prog-modes." :config (setq company-go-show-annotation t)) (use-package go-projectile) (use-package go-eldoc) - (use-package gotest) + (use-package gotest :demand t) (load-file (imalison:join-paths (go-mode-get-go-path) "src" "golang.org" "x" "tools" "cmd" "guru" "go-guru.el"))