From 6e3d04de11fe1f2139a2a5ffb5ae234cf7f9d1af Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 Jul 2019 20:41:24 +0200 Subject: Emacs: run exec-path-from-shell before other :init steps --- emacs/.emacs.d/main.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 44076f8f..a9a9b7ad 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -13,8 +13,8 @@ :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 -- cgit 1.4.1