setup: Install some new useful Emacs things for Git.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 31 Jan 2008 22:50:22 +0000 (22:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 31 Jan 2008 22:50:22 +0000 (22:50 +0000)
setup

diff --git a/setup b/setup
index 8a96db4..1d30774 100755 (executable)
--- a/setup
+++ b/setup
@@ -205,7 +205,7 @@ fi
 echo "Installing Emacs packages..."
 emacspkg="
   make-regexp
-  git vc-git
+  git git-blame vc-git stgit
   quilt"
 for elib in $emacspkg; do
   $echon "  $elib:$echoc"