X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5236501e894448cf5241bdb2b4b64f12c18ad622..23564c2e6d6599e9f4eb0d04d42b7d2d7212d239:/setup diff --git a/setup b/setup index 1bc13f7..162ede5 100755 --- a/setup +++ b/setup @@ -174,7 +174,8 @@ backgrounds=" bsg-supper.jpg rayne.jpg hypatia.jpg - noodly.jpg" + noodly.jpg + lovelace.jpg" if [ "$xstuff" ]; then echo "Installing backgrounds..." for b in $backgrounds; do @@ -212,6 +213,7 @@ scripts=" mdw-pager mdw-conf mdw-build + emacsclient-hack movemail-hack emerge-hack lesspipe.sh @@ -238,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