Add go to go

This commit is contained in:
Maciej 2018-01-06 21:22:59 +02:00
parent e122cca29d
commit 979c0e8787
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 45 additions and 2 deletions

View file

@ -91,7 +91,9 @@
; Use Shells variables
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-env "GOPATH")
(exec-path-from-shell-copy-env "GOROOT"))
;;;;;;;;;;;;;;;;;;;;;; indentation functions ;;;;;;;;;;;;;;;;;;;;;;