From 4d8ac2e5b604a9b9a62e38f2a7cae9e16997cecd Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 29 May 2020 11:41:40 -0400 Subject: [PATCH] Pull in PYENV_ROOT from shell --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 5af4c66..fda7318 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -146,7 +146,7 @@ I don't want anything to write to my init.el, so save customizations in a separa (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME" "MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV" - "PIPENV_MAX_DEPTH") + "PIPENV_MAX_DEPTH" "PYENV_ROOT") exec-path-from-shell-check-startup-files nil) (exec-path-from-shell-initialize)) #+END_SRC