dot/xinitrc: Search for Emacs 23, and prefer it over other Emacsen.
[profile] / setup
diff --git a/setup b/setup
index 57f3b04..1bc13f7 100755 (executable)
--- a/setup
+++ b/setup
@@ -168,7 +168,13 @@ done
 echo " all done."
 
 ## Symlink backgrounds.
-backgrounds="jue-peek.jpg medusa.jpg rayne.jpg"
+backgrounds="
+  jue-peek.jpg
+  medusa.jpg
+  bsg-supper.jpg
+  rayne.jpg
+  hypatia.jpg
+  noodly.jpg"
 if [ "$xstuff" ]; then
   echo "Installing backgrounds..."
   for b in $backgrounds; do
@@ -215,6 +221,7 @@ scripts="
 [ "$xstuff" ] && scripts="$scripts
   xinitcmd
   un-backslashify-selection
+  lock-screen
   xshutdown"
 echo "Installing scripts..."
 mkdir -p $HOME$sub/bin