diff options
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index a526cca..fd488a6 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -89,7 +89,7 @@ :if (memq window-system '(mac ns)) :ensure t :config - (setq exec-path-from-shell-arguments nil) + (setq exec-path-from-shell-arguments '("-l")) (exec-path-from-shell-initialize)) (use-package avy |