Emacs: Fix exec-path warning
1 file changed, 3 insertions(+), 1 deletion(-)
jump to
M emacs/.emacs.d/init.org → emacs/.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