From 0a1d875299b702c746abdedef9d8671099113752 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 23 Aug 2020 16:39:13 -0400 Subject: [PATCH] Inherit GOPATH from shell env --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a1f9a53..7c2e853 100644 --- a/init.el +++ b/init.el @@ -32,6 +32,7 @@ (use-package exec-path-from-shell :config + (add-to-list 'exec-path-from-shell-variables "GOPATH") (exec-path-from-shell-initialize)) ;; Winner mode: allows for undoing and redoing of windoow configurations -- 2.38.4