From 979bb3412ff8f431fe342e58465d4f01ac92d753 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 9 Oct 2016 23:00:58 -0700 Subject: [PATCH] [Emacs] Add SHELL to exec-path variables --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 2765f578..9edd1a9a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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")