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.
This commit is contained in:
Noam Postavsky 2014-10-29 23:50:36 -04:00
parent a0f4526989
commit 9425f2a465

View file

@ -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"))