From 13c78291a066592caac64f5bf63f96aaffa54c22 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 23 Aug 2020 16:39:12 -0400 Subject: [PATCH] Use exec-path-from-shell to inherit $PATH from shell --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 75b239e..a1f9a53 100644 --- a/init.el +++ b/init.el @@ -30,6 +30,10 @@ (load "~/.emacs.d/lisp/treemacs") (load "~/.emacs.d/lisp/web") +(use-package exec-path-from-shell + :config + (exec-path-from-shell-initialize)) + ;; Winner mode: allows for undoing and redoing of windoow configurations ;; C-c : undo ;; C-c : redo -- 2.38.4