diff --git a/zsh/zshrc b/zsh/zshrc index f0be744..d56707a 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -23,7 +23,7 @@ fi # default editors if mac; then - export EDITOR="emacs" + export EDITOR="mate -w" export VISUAL="mate -w" elif linux; then export EDITOR="emacs -nw"