chiark / gitweb /
emacs: Use GIT and Quilt add-ons.
[profile] / setup
diff --git a/setup b/setup
index f508812456bd5b3b2ce6de68a45273218fee5e63..b9adf9141f57fd2de607253510cc27e68b51a9a4 100755 (executable)
--- a/setup
+++ b/setup
@@ -187,7 +187,11 @@ else
 fi
 
 echo "Installing Emacs packages..."
-for elib in make-regexp; do
+emacspkg="
+  make-regexp
+  git vc-git
+  quilt"
+for elib in $emacspkg; do
   $echon "  $elib:$echoc"
   if $false $emacs >/dev/null 2>&1 --no-site-file --batch --eval '
        (setq load-path (nconc load-path (list "~/lib/emacs")))