mu4e sync and make EDITOR work again.

This commit is contained in:
2014-12-11 15:31:39 -08:00
parent 7cb2140686
commit c7c9fc6069
3 changed files with 32 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ function time_emacs {
}
# Make emacs the default editor.
export EDITOR='emacs_open'
export EDITOR="e() { zsh -c 'emacs_open '"'"$@"; return 0; }; e'
export VISUAL="$EDITOR"
# This is ugly as sin but I can't figure out how else to do it.
export GIT_EDITOR="zsh -c 'emacs_open '"'"$@"; return 0'