emacs: Minor fixes

This commit is contained in:
Vincent Ambo 2013-07-30 16:19:58 +02:00
parent cae07c88fd
commit 459f0433e6
3 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@
(setq eshell-path-env (concat
"/usr/local/bin:"
(concat home-dir "/bin:")
"/usr/local/share/python"
"/usr/local/share/python:"
eshell-path-env))
(setenv "PATH" eshell-path-env))