Add more env vars to exec-path-from-shell

This commit is contained in:
Jeremy Dormitzer 2019-02-06 19:13:45 -05:00
parent 6bc74b1a27
commit 38c19e4eff

View File

@ -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