Cleanup and evil setup

Removed several functions from init-functions that I didn't
actually use.

Lots of other cleanup.

The variable "is-vim-user" in init.el controls whether or not
evil packages should be installed and configured.
This commit is contained in:
Vincent Ambo 2013-10-17 14:17:38 +02:00
parent cbecd5031d
commit 2acc9f23fa
6 changed files with 72 additions and 138 deletions

View file

@ -11,9 +11,7 @@
(defun eshell-mode-hook-setup ()
"Sets up EShell when it is loaded"
(setq eshell-path-env (concat
"/Applications/Postgres.app/Contents/MacOS/bin:"
"/usr/local/bin:"
(concat home-dir "/bin:")
"/usr/local/share/python:"