mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
a0f4526989
commit
9425f2a465
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue