~edwargix/emacs.d

0a1d875299b702c746abdedef9d8671099113752 — David Florness 5 years ago 13c7829
Inherit GOPATH from shell env
1 files changed, 1 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +1 -0
@@ 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