mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
9425f2a465
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.
1 line
107 B
Text
1 line
107 B
Text
(el-get :fetcher github :repo "dimitri/el-get" :files ("*.el" ("recipes" "recipes/el-get.rcp") "methods"))
|