emacs: Keep the bookmarks file up to date.
[profile] / setup
diff --git a/setup b/setup
index 81e5f69..856c50b 100755 (executable)
--- a/setup
+++ b/setup
@@ -162,6 +162,7 @@ dotfiles="
   cgrc tigrc
   gdbinit
   guile
+  aspell.conf
   lisp-init.lisp:.cmucl-init.lisp
     lisp-init.lisp:.sbclrc
     lisp-init.lisp:.clisprc.lisp
@@ -170,6 +171,7 @@ dotfiles="
 [ "$xstuff" ] && dotfiles="$dotfiles
   xinitrc xsession Xdefaults vncrc vncsession
   putty-defaults:.putty/sessions/Default%20Settings
+  eterm-theme.cfg:.Eterm/themes/Eterm/theme.cfg
   e-keybindings.cfg:.enlightenment/keybindings.cfg
   evnc-keybindings.cfg:.enlightenment-vnc/keybindings.cfg
   e16-bindings:.e16/bindings.cfg
@@ -197,10 +199,10 @@ echo "    all done."
 echo -n "Installing Git configuration:"
 sed "
 1i\
-### generated by $(pwd)/setup; do not edit!\
+### generated by $here/setup; do not edit!\
 
 /@releasekey@/ s::$(./mdw-conf release-key 481334C2):g
-/@gitignore@/ s::$(./mdw-conf gitignore $(pwd)/gitignore):g
+/@gitignore@/ s::$(./mdw-conf gitignore $here/gitignore):g
 " gitconfig >$HOME/.gitconfig.new
 mv $HOME/.gitconfig.new $HOME/.gitconfig
 echo " done."