summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-02-07 15:40:45 +0100
committerAlan Pearce2017-02-07 15:40:45 +0100
commit8da664ea9c7dfcb55ed89099c050e40c640556c2 (patch)
treef288d8406e87ab321fb553c5080e161ee42e6cb7 /tag-emacs
parentfd0c985d2c2b1f653956dfe8d8633f5165f661ad (diff)
downloaddotfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.tar.lz
dotfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.tar.zst
dotfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.zip
Emacs: Fix exec-path-from-shell-initialize error
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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