From: Mark Wooding Date: Wed, 6 Feb 2008 16:55:52 +0000 (+0000) Subject: bash_profile: Select Emacs 22 by preference. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/0857c1160db7d804ec1fb72387e2388b9e6059a3 bash_profile: Select Emacs 22 by preference. --- diff --git a/bash_profile b/bash_profile index bc812d6..86e07b1 100644 --- a/bash_profile +++ b/bash_profile @@ -105,7 +105,7 @@ export QMAILINJECT=c # --- Find a text editor --- export MDW_EDITOR=ed -for ed in mg "emacs21 -nw" "emacs -nw" vi pico nano ae; do +for ed in mg "emacs22 -nw" "emacs21 -nw" "emacs -nw" vi pico nano ae; do name=`echo $ed | sed 's/ .*$//'` if __mdw_programp "$name"; then MDW_EDITOR=$ed