all repos — archive/dotfiles @ 6e3d04de11fe1f2139a2a5ffb5ae234cf7f9d1af

Superseded by nixfiles

Emacs: run exec-path-from-shell before other :init steps

Alan Pearce
commit

6e3d04de11fe1f2139a2a5ffb5ae234cf7f9d1af

parent

825cd9853b2d683c777c970d915256a8b438479c

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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