diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-09-17 08:26:33 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-09-17 08:26:33 -0700 |
commit | 2e3dacfa7942a35964a24b70e5054994d6dec237 (patch) | |
tree | 0a048bc0c15c745b54a41849239b07bd5fd37ffd | |
parent | [tmux] show status bar (diff) | |
download | emacs.d-2e3dacfa7942a35964a24b70e5054994d6dec237.tar.gz |
[emacs] load shell environment
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/00_emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |