I installed el-get via MELPA, but due to melpa/melpa#2127 only the el-get.rcp recipe gets installed under ~/.emacs.d/elpa/el-get-20180126.1603/recipes/. Presumably something is supposed to bootstrap el-get so that all the recipes get downloaded after install but it doesn't happen, so if I subsequently try to install anything via a native recipe it will fail to find the recipe.
I see that that recipe has a :post-init section but I can't see anything in that which would cause this bootstrap to happen. Also https://github.com/dimitri/el-get#alternative-basic-setup-with-installation-via-melpa contains no code to do this presumably needed bootstrapping.
It would have been nice if melpa/melpa#2127 explained how this was supposed to work, but right now I'm at a loss to see how it could. Advice appreciated.
I installed
el-getvia MELPA, but due to melpa/melpa#2127 only theel-get.rcprecipe gets installed under~/.emacs.d/elpa/el-get-20180126.1603/recipes/. Presumably something is supposed to bootstrapel-getso that all the recipes get downloaded after install but it doesn't happen, so if I subsequently try to install anything via a native recipe it will fail to find the recipe.I see that that recipe has a
:post-initsection but I can't see anything in that which would cause this bootstrap to happen. Also https://github.com/dimitri/el-get#alternative-basic-setup-with-installation-via-melpa contains no code to do this presumably needed bootstrapping.It would have been nice if melpa/melpa#2127 explained how this was supposed to work, but right now I'm at a loss to see how it could. Advice appreciated.