el/dot-emacs.el: Turn electric star and slash back on.
[profile] / setup
diff --git a/setup b/setup
index 57f3b04..85c615a 100755 (executable)
--- a/setup
+++ b/setup
@@ -168,7 +168,12 @@ done
 echo " all done."
 
 ## Symlink backgrounds.
-backgrounds="jue-peek.jpg medusa.jpg rayne.jpg"
+backgrounds="
+  jue-peek.jpg
+  medusa.jpg
+  rayne.jpg
+  hypatia.jpg
+  noodly.jpg"
 if [ "$xstuff" ]; then
   echo "Installing backgrounds..."
   for b in $backgrounds; do
@@ -215,6 +220,7 @@ scripts="
 [ "$xstuff" ] && scripts="$scripts
   xinitcmd
   un-backslashify-selection
+  lock-screen
   xshutdown"
 echo "Installing scripts..."
 mkdir -p $HOME$sub/bin