X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/918e99b0cfe5655bae0f4fea77838b3f857712e7..b35a9c3627940e12b131daf8e84068b0c39e132f:/setup diff --git a/setup b/setup index 85c615a..162ede5 100755 --- a/setup +++ b/setup @@ -171,9 +171,11 @@ echo " all done." backgrounds=" jue-peek.jpg medusa.jpg + bsg-supper.jpg rayne.jpg hypatia.jpg - noodly.jpg" + noodly.jpg + lovelace.jpg" if [ "$xstuff" ]; then echo "Installing backgrounds..." for b in $backgrounds; do @@ -211,6 +213,7 @@ scripts=" mdw-pager mdw-conf mdw-build + emacsclient-hack movemail-hack emerge-hack lesspipe.sh @@ -237,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