From da4d4e942d4622192c4cfa815e306c926315d9cd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 15:01:04 -0700 Subject: [PATCH] add ALTERNATE_EDITOR --- dotfiles/lib/shellenv/emacs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/lib/shellenv/emacs.sh b/dotfiles/lib/shellenv/emacs.sh index cdae5414..18176fd5 100644 --- a/dotfiles/lib/shellenv/emacs.sh +++ b/dotfiles/lib/shellenv/emacs.sh @@ -115,3 +115,4 @@ function time_emacs { export EDITOR="$HOME/.lib/editor.sh" export VISUAL="$EDITOR" export GIT_EDITOR="$EDITOR" +export ALTERNATE_EDITOR=""