[Emacs] Add SHELL to exec-path variables

This commit is contained in:
Ivan Malison 2016-10-09 23:00:58 -07:00
parent f944c478b2
commit 979bb3412f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -124,6 +124,7 @@ Sets environment variables by starting a shell.
(setq exec-path-from-shell-debug t))
(setq exec-path-from-shell-arguments (list "-l"))
(setq exec-path-from-shell-check-startup-files nil)
(add-to-list 'exec-path-from-shell-variables "SHELL")
(add-to-list 'exec-path-from-shell-variables "GOPATH")
(add-to-list 'exec-path-from-shell-variables "ENVIRONMENT_SETUP_DONE")
(add-to-list 'exec-path-from-shell-variables "PYTHONPATH")