dot/vimrc: Use the right font and colours. Turn on autoindent.
[profile] / setup
diff --git a/setup b/setup
index 0bd95f6..162ede5 100755 (executable)
--- a/setup
+++ b/setup
@@ -213,6 +213,7 @@ scripts="
   mdw-pager
   mdw-conf
   mdw-build
+  emacsclient-hack
   movemail-hack
   emerge-hack
   lesspipe.sh
@@ -239,7 +240,7 @@ echo "      all done."
 
 $echon "Finding a suitable emacs:$echoc"
 emacs=no
-for i in emacs22 emacs21 emacs; do
+for i in emacs22 emacs23 emacs21 emacs; do
   if type -p >/dev/null $i; then
     emacs=$i
     break