about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 684007b..317216d 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -3,6 +3,8 @@
 ;;; Code:
 
 (use-package exec-path-from-shell
+  :custom
+  (exec-path-from-shell-arguments '("-l"))
   :config
   (when (memq window-system '(mac ns x))
     (exec-path-from-shell-initialize)))