mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): expand golang-related env vars which are imported
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
:config
|
||||
(when (not (getenv "GOPATH"))
|
||||
(exec-path-from-shell-copy-env "GOPATH"))
|
||||
(when (not (getenv "GOBIN"))
|
||||
(exec-path-from-shell-copy-env "GOBIN"))
|
||||
(when (not (getenv "GOROOT"))
|
||||
(exec-path-from-shell-copy-env "GOROOT"))
|
||||
(when (not (getenv "GOPRIVATE"))
|
||||
(exec-path-from-shell-copy-env "GOPRIVATE"))
|
||||
(when (not (getenv "GOENV_GOPATH_PREFIX"))
|
||||
|
||||
Reference in New Issue
Block a user