bash_profile: Select Emacs 22 by preference.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 16:55:52 +0000 (16:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 17:00:35 +0000 (17:00 +0000)
bash_profile

index bc812d6..86e07b1 100644 (file)
@@ -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