From 9425f2a46527a6d16d99d8de96816f31dbe80317 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Wed, 29 Oct 2014 23:50:36 -0400 Subject: [PATCH] Don't include recipes in el-get package The el-get installer works by bootstrapping from melpa installed code so only the el-get recipe is needed. Because Emacs insists on listing every single file when extracting from a tar file, including the recipes makes the initial install quite a bit slower. --- recipes/el-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/el-get b/recipes/el-get index 99ee1a77..17014859 100644 --- a/recipes/el-get +++ b/recipes/el-get @@ -1 +1 @@ -(el-get :fetcher github :repo "dimitri/el-get" :files ("*.el" "*.info" "recipes" "methods")) +(el-get :fetcher github :repo "dimitri/el-get" :files ("*.el" ("recipes" "recipes/el-get.rcp") "methods"))