From 70df9f16f12061bd841b775083c3db3834589b4e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 29 Oct 2016 13:14:10 -0700 Subject: [emacs] Ensure go-eldoc and gotest are installed. --- emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index 9b7132a..f0d585b 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -144,7 +144,10 @@ (use-package go-mode :init (progn - (use-package go-eldoc) + (use-package go-eldoc + :ensure t) + (use-package gotest + :ensure t) (add-hook 'go-mode-hook (lambda () (setenv "GO15VENDOREXPERIMENT" "1") -- cgit 1.4.1