[emacs] Evil mode (and a shell alias)

This commit is contained in:
Eryn Wells 2014-08-22 08:05:15 -07:00
parent 2530e7bb2e
commit 70c9ea3165
38 changed files with 35123 additions and 0 deletions

1
rc
View file

@ -11,6 +11,7 @@ alias h='history'
alias df='df -h'
alias du='du -h'
alias v='vim'
alias e='emacs'
binary_exists ledger && alias l='ledger'