dot/emacs: Some imenu tweaking.
[profile] / setup
diff --git a/setup b/setup
index cf9dc4c..f84d799 100755 (executable)
--- a/setup
+++ b/setup
@@ -149,6 +149,7 @@ 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
@@ -195,7 +196,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"