Emacs: Fix exec-path-from-shell-initialize error
Alan Pearce alan@alanpearce.uk
Tue, 07 Feb 2017 15:40:45 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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