Add environment_setup_done to exec-path variables

This makes shell commands much faster.
This commit is contained in:
Ivan Malison 2016-08-16 13:42:01 -07:00
parent 0f77a5e45b
commit 4befec1208
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1112,8 +1112,9 @@ 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-check-startup-files t) (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")
(exec-path-from-shell-initialize))) (exec-path-from-shell-initialize)))
#+END_SRC #+END_SRC
*** paradox *** paradox