el/dot-emacs.el: Per-major-mode post-local-variables hooks.
[profile] / setup
diff --git a/setup b/setup
index c90e390..6347acd 100755 (executable)
--- a/setup
+++ b/setup
@@ -133,15 +133,16 @@ fi
 dotfiles="
   bash_profile bash_logout bashrc inputrc bash_completion
   emacs emacs-calc vm gnus.el ercrc.el
-  vimrc mg zile
+  vimrc mg zile lesskey
   ditz-config
-  mailrc signature
+  mailrc signature muttrc
   cgrc tigrc
   gdbinit
   guile
   rcrc
   toprc
   mc-ini:.mc/ini mc-panels.ini:.mc/panels.ini
+  pulse-daemon.conf:.pulse/daemon.conf
   aspell.conf
   tclshrc:.tclshrc tclshrc:.wishrc
   lisp-init.lisp:.cmucl-init.lisp
@@ -149,9 +150,10 @@ dotfiles="
     lisp-init.lisp:.clisprc.lisp
     lisp-init.lisp:.eclrc
   swank.lisp
+  w3m-config:.w3m/config elinks.conf:.elinks/elinks.conf
   dircolors colordiffrc screenrc cvsrc indent.pro"
 [ "$xstuff" ] && dotfiles="$dotfiles
-  xinitrc xsession Xdefaults vncrc vncsession
+  xinitrc xsession xmodmap Xdefaults vncrc vncsession
   fonts.conf
   stalonetrayrc
   putty-defaults:.putty/sessions/Default%20Settings
@@ -178,6 +180,7 @@ echo "      all done."
 ## Substitute things which need substituting.
 dotfilessubst="
   gitconfig
+  mykermrc
   pulse-default.pa.in:.pulse/default.pa"
 echo "Installing dotfiles with substitutions..."
 for d in $dotfilessubst; do
@@ -194,7 +197,7 @@ for d in $dotfilessubst; do
 
 /@home@/ s\a\a$HOME\ag
 /@profile@/ s\a\a$here\ag
-/@releasekey@/ s\a\a$(bin/mdw-conf release-key 481334C2)\ag
+/@releasekey@/ s\a\a$(bin/mdw-conf releasekey 481334C2)\ag
 " dot/$d >$ft.new
   mv $ft.new $ft
   echo "  $target"
@@ -203,13 +206,16 @@ echo "  all done."
 
 ## Symlink backgrounds.
 backgrounds="
-  jue-peek.jpg
-  medusa.jpg
   bsg-supper.jpg
-  rayne.jpg
+  harley-quinn.jpg
   hypatia.jpg
+  jue-peek.jpg
+  lilith.jpg
+  lovelace.jpg
+  medusa.jpg
   noodly.jpg
-  lovelace.jpg"
+  rayne.jpg
+"
 if [ "$xstuff" ]; then
   echo "Installing backgrounds..."
   for b in $backgrounds; do
@@ -239,8 +245,11 @@ scripts="
   aspell-hack
   emerge-hack
   lesspipe.sh
+  run-with-shell-env
   start-ssh-agent
+  start-ssh-pageant
   svnwrap
+  guest-console
   hyperspec"
 [ "$xstuff" ] && scripts="$scripts
   xinitcmd
@@ -294,6 +303,7 @@ emacspkg="
   ew-hols
   mdw-gnus-patch
   git git-blame vc-git stgit
+  mdw-multiple-cursors
   quilt"
 for elib in $emacspkg; do
   $echon "  $elib:$echoc"