dot-emacs: Put a box around the inactive mode line for symmetry.
[profile] / bash_profile
index 3da56a8..86e07b1 100644 (file)
@@ -105,7 +105,7 @@ export QMAILINJECT=c
 # --- Find a text editor ---
 
 export MDW_EDITOR=ed
-for ed in "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