diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-21 14:18:57 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-21 14:18:57 +0800 |
commit | 0357d0421ed361bf71aea7e18bc383809cba0495 (patch) | |
tree | fe91449da218575bdb2ab8ce62be9ef93d7858de /_zshrc | |
parent | 1428ae9601af08b58f9c25e9763b6af2bb899eae (diff) | |
download | dotfiles-0357d0421ed361bf71aea7e18bc383809cba0495.tar.bz2 |
zsh: add zsh/emacs.zsh
Diffstat (limited to '_zshrc')
-rw-r--r-- | _zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,7 +19,7 @@ ## ## Aaron LI ## Created: 2014-05-31 -## Updated: 2016-01-30 +## Updated: 2016-02-21 ## @@ -31,10 +31,11 @@ source ~/.zsh/prompt.zsh source ~/.zsh/completion.zsh source ~/.zsh/aliases.zsh source ~/.zsh/bindkeys.zsh -source ~/.zsh/vi-mode.zsh source ~/.zsh/functions.zsh source ~/.zsh/history.zsh source ~/.zsh/hooks.zsh +source ~/.zsh/vi-mode.zsh +source ~/.zsh/emacs.zsh ## Local configurations [ -r ~/.zshrc.local ] && source ~/.zshrc.local |