From 0357d0421ed361bf71aea7e18bc383809cba0495 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 21 Feb 2016 14:18:57 +0800 Subject: zsh: add zsh/emacs.zsh --- _zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_zshrc') diff --git a/_zshrc b/_zshrc index 696591d..0266dcc 100644 --- a/_zshrc +++ b/_zshrc @@ -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 -- cgit v1.2.2