From 4be83af695e4c9b2405199d6edd922dbbce181e1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 5 Jul 2011 18:31:15 -0400 Subject: [PATCH] Make :repo customizable --- el-get.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/el-get.el b/el-get.el index bfe47d2d..ddd0bf9a 100644 --- a/el-get.el +++ b/el-get.el @@ -834,7 +834,10 @@ this is the name to fetch in that system" (group :inline t :format "`After' Function (post-init recommended instead): %v" (const :format "" :after) (function :format "%v")) (group :inline t :format "Name of downloaded file (`http' and `ftp' only): %v" - (const :format "" :localname) (string :format "%v"))) + (const :format "" :localname) (string :format "%v")) + (group :inline t :format "Repository specification (`elpa' only): %v" + (const :format "" :repo) + (cons :format "\n%v" (string :tag "Name") (string :tag "URL")))) (repeat :inline t :tag "System-Specific Build Recipes" (group :inline t