X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/cb6e2cd155601d8d5e6273fe70a4e861c1fcad06..400223a1ae71e4df036ca2734c01f8214a070c8a:/setup diff --git a/setup b/setup index f508812..b9adf91 100755 --- 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")))