all repos — archive/dotfiles @ 8da664ea9c7dfcb55ed89099c050e40c640556c2

Superseded by nixfiles

Emacs: Fix exec-path-from-shell-initialize error
Alan Pearce alan@alanpearce.uk
Tue, 07 Feb 2017 15:40:45 +0100
commit

8da664ea9c7dfcb55ed89099c050e40c640556c2

parent

fd0c985d2c2b1f653956dfe8d8633f5165f661ad

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -317,7 +317,7 @@ #+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