From 8da664ea9c7dfcb55ed89099c050e40c640556c2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 Feb 2017 15:40:45 +0100 Subject: Emacs: Fix exec-path-from-shell-initialize error --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 502c7cd..685d9f8 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -317,7 +317,7 @@ variables from whatever my shell configuration is. #+BEGIN_SRC emacs-lisp (use-package exec-path-from-shell :if (eq system-type 'darwin) - :init (exec-path-from-shell-initialize)) + :config (exec-path-from-shell-initialize)) #+END_SRC * Keybindings -- cgit 1.4.1