From 38c19e4eff47763e15a4c274ce1f79f2dd103736 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 6 Feb 2019 19:13:45 -0500 Subject: [PATCH] Add more env vars to exec-path-from-shell --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 80dd198..2121417 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -47,7 +47,8 @@ Set up package.el to load from ELPA and MELPA (use-package exec-path-from-shell :if (memq window-system '(mac ns x)) :config - (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE")) + (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME" + "MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME")) (exec-path-from-shell-initialize)) #+END_SRC