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