diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-11-06 14:56:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-11-06 14:56:18 -0800 |
| commit | 5456ed3972c52745636be4b5130b002c5ec3a917 (patch) | |
| tree | 71a4f2a9b3b01e36ad8991b7269291b82a647204 | |
| parent | Delete emacs configuration for org-mode (diff) | |
| download | emacs.d-5456ed3972c52745636be4b5130b002c5ec3a917.tar.gz | |
[emacs] stop using the package 'exec-path-from-shell'
Since I only use emacs in text mode, I don't need this package.
| -rw-r--r-- | emacs.d/inits/00_emacs.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/inits/00_emacs.el b/emacs.d/inits/00_emacs.el index 0e2c8b4..02ca40c 100644 --- a/emacs.d/inits/00_emacs.el +++ b/emacs.d/inits/00_emacs.el @@ -18,7 +18,3 @@ (setq vc-follow-symlinks t) (setq tab-always-indent 'complete) - -(use-package exec-path-from-shell - :config - (exec-path-from-shell-initialize)) |
