add gopath to exec-path-from shell
This commit is contained in:
parent
11d850403c
commit
c71ffba678
@ -675,7 +675,10 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
|
|
||||||
;; Set path from shell.
|
;; Set path from shell.
|
||||||
(use-package exec-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
|
(use-package yasnippet
|
||||||
:defer 5
|
:defer 5
|
||||||
|
Loading…
Reference in New Issue
Block a user