From 4befec1208293f331be5ac512259ecc3c2975b0e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 16 Aug 2016 13:42:01 -0700 Subject: [PATCH] Add environment_setup_done to exec-path variables This makes shell commands much faster. --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a1eecd19..774bee7f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1112,8 +1112,9 @@ Sets environment variables by starting a shell (use-package exec-path-from-shell :config (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 "ENVIRONMENT_SETUP_DONE") (exec-path-from-shell-initialize))) #+END_SRC *** paradox