From 2e3dacfa7942a35964a24b70e5054994d6dec237 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Sep 2015 08:26:33 -0700 Subject: [emacs] load shell environment --- emacs.d/inits/00_emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/inits/00_emacs.el b/emacs.d/inits/00_emacs.el index 02ca40c..0e2c8b4 100644 --- a/emacs.d/inits/00_emacs.el +++ b/emacs.d/inits/00_emacs.el @@ -18,3 +18,7 @@ (setq vc-follow-symlinks t) (setq tab-always-indent 'complete) + +(use-package exec-path-from-shell + :config + (exec-path-from-shell-initialize)) -- cgit 1.4.1