add gopath to exec-path-from shell

This commit is contained in:
Ivan Malison 2015-11-14 00:18:19 -08:00
parent 11d850403c
commit c71ffba678

View File

@ -675,7 +675,10 @@ The current directory is assumed to be the project's root otherwise."
;; Set path from shell.
(use-package exec-path-from-shell
:config (exec-path-from-shell-initialize))
:config
(progn
(add-to-list 'exec-path-from-shell-variables "GOPATH")
(exec-path-from-shell-initialize)))
(use-package yasnippet
:defer 5