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