summary refs log tree commit diff
path: root/emacs.d/inits/50_development.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-11-09 09:12:52 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-11-10 17:14:03 -0800
commit4cddbe538172f2b236706f12a8d77d9842999a69 (patch)
treeb8194a89215760c9e87f235cabfbdd69e54cd3a8 /emacs.d/inits/50_development.el
parent[emacs] disable magit and vcs mode. (diff)
downloademacs.d-4cddbe538172f2b236706f12a8d77d9842999a69.tar.gz
[emacs] remove the exec-path-from-shell package.
Move the configuration to start the emacs server into a seperate file.
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/50_development.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/inits/50_development.el b/emacs.d/inits/50_development.el
index 526ec53..303e079 100644
--- a/emacs.d/inits/50_development.el
+++ b/emacs.d/inits/50_development.el
@@ -41,7 +41,3 @@
   :defer t)
 
 (setq-default indent-tabs-mode nil)
-
-(use-package exec-path-from-shell
-  :config
-  (exec-path-from-shell-initialize))