Emacs: run exec-path-from-shell before other :init steps
Alan Pearce alan@alanpearce.eu
Fri, 05 Jul 2019 20:41:24 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -13,8 +13,8 @@ :if (eq system-type 'darwin) :commands (exec-path-from-shell-initialize) :custom ((exec-path-from-shell-arguments nil) (exec-path-from-shell-debug t)) - :config (progn - (exec-path-from-shell-initialize))) + :init (progn + (exec-path-from-shell-initialize))) ;;; Customize