Emacs: run exec-path-from-shell before other :init steps
1 file 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