summary refs log tree commit diff
path: root/emacs.d/inits
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-06 14:56:18 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-06 14:56:18 -0800
commit5456ed3972c52745636be4b5130b002c5ec3a917 (patch)
tree71a4f2a9b3b01e36ad8991b7269291b82a647204 /emacs.d/inits
parentDelete emacs configuration for org-mode (diff)
downloademacs.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.
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/00_emacs.el4
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))