chiark / gitweb /
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 8a96db49512a5640b9c1d85efe3612371b87d9dc..1d30774abe3cede8faadb6ba7b431e232e3f172d 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"