summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 0afd5b2e..f9a098bd 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -605,6 +605,11 @@
   :config (progn
             (add-hook 'go-mode-hook #'go-eldoc-setup)))
 
+(req-package go-projectile
+  :require (go-mode go-eldoc projectile)
+  :config (progn
+            (setq go-projectile-switch-gopath 'maybe)))
+
 (req-package auto-compile
   :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))