all repos — nixfiles @ eae9dacbdb09ca1b0274a23d0ebe97a5a3235db7

System and user configuration, managed by nix and home-manager

Emacs: Fix exec-path warning
Alan Pearce alan@alanpearce.eu
Wed, 24 May 2017 15:10:51 +0200
commit

eae9dacbdb09ca1b0274a23d0ebe97a5a3235db7

parent

3dbb464cc6c70bcc43caf53c4460c253801f687a

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -387,7 +387,9 @@ #+BEGIN_SRC emacs-lisp
 (use-package exec-path-from-shell
   :if (eq system-type 'darwin)
-  :config (exec-path-from-shell-initialize))
+  :config (progn
+            (setq exec-path-from-shell-arguments '("-l"))
+            (exec-path-from-shell-initialize)))
 #+END_SRC
 
 * Keybindings