From 018a13d4212b1585cf421dec69a391d30e0140ac Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 28 Jul 2014 10:30:55 +0100 Subject: [PATCH] Correctly setup GOPATH --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index bbf0329..ec89574 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -48,6 +48,7 @@ '(elscreen-tab-display-kill-screen nil) '(eproject-completing-read-function (quote eproject--ido-completing-read)) '(evil-default-cursor (quote (t))) + '(exec-path-from-shell-variables (quote ("PATH" "MANPATH" "GOPATH"))) '(fci-handle-truncate-lines nil) '(fci-rule-width 1) '(fill-column 78)