Don't use -i flag in exec-path-from-shell

This commit is contained in:
Ivan Malison 2016-09-06 11:14:19 -07:00
parent c069b18298
commit 771f90b4e6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -103,6 +103,7 @@ Sets environment variables by starting a shell.
(use-package exec-path-from-shell (use-package exec-path-from-shell
:config :config
(progn (progn
(setq exec-path-from-shell-arguments (list "-l"))
(setq exec-path-from-shell-check-startup-files nil) (setq exec-path-from-shell-check-startup-files nil)
(add-to-list 'exec-path-from-shell-variables "GOPATH") (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 "ENVIRONMENT_SETUP_DONE")