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:
parent
cbecd5031d
commit
2acc9f23fa
6 changed files with 72 additions and 138 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue