diff options
author | Alan Pearce | 2017-02-07 15:40:45 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-07 15:40:45 +0100 |
commit | 8da664ea9c7dfcb55ed89099c050e40c640556c2 (patch) | |
tree | f288d8406e87ab321fb553c5080e161ee42e6cb7 /tag-emacs | |
parent | fd0c985d2c2b1f653956dfe8d8633f5165f661ad (diff) | |
download | nixfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.tar.lz nixfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.tar.zst nixfiles-8da664ea9c7dfcb55ed89099c050e40c640556c2.zip |
Emacs: Fix exec-path-from-shell-initialize error
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 502c7cda..685d9f85 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 |