Guile: Add initialization script.
[profile] / setup
diff --git a/setup b/setup
index 00b7a41..c52e700 100755 (executable)
--- a/setup
+++ b/setup
@@ -147,6 +147,8 @@ dotfiles="
   vimrc mg
   mailrc signature
   gitconfig cgrc tigrc
+  gdbinit
+  guile
   lisp-init.lisp:.cmucl-init.lisp
     lisp-init.lisp:.sbclrc
     lisp-init.lisp:.clisprc.lisp
@@ -178,7 +180,8 @@ echo "      all done."
 
 ### Install useful scripts included in this package
 scripts="
-  mdw-editor"
+  mdw-editor
+  emerge-hack"
 echo "Installing scripts..."
 mkdir -p $HOME$sub/bin
 for s in $scripts; do