Noam Postavsky
Noam Postavsky
> I have to add autoload entries to my recipes, and that will fix it? No, it's checking for the existence of the .loaddefs file. I'm not actually sure why...
> I'm not actually sure why "everything needs to be regenerated" all at once. Perhaps the correct solution is just to remove that call entirely. I have removed this in...
You can run `M-x el-get-elpa-build-local-recipes` to generate recipes from ELPA repos.
I think you might have to update `package-archives` before running `el-get-elpa-build-local-recipes`
> It seems that I need to trigger `(el-get-elpa-build-local-recipes)`, but it takes a bit of time, so I do not want to wait for it everytime emacs starts. You don't...
> ...and cut a new release? We're currently in a "rolling release" model, which simplifies the questions of how to upgrade from an older release to a new one :)...
Hmm, perhaps we should tag some kind of release, since it seems that el-get is in melpa-stable right now (see #2438).
> I'm going to create a separate PR for this, is it :ok:? Sure thing.
I can reproduce with ``` el (setq el-get-sources '((:name gnuplot-mode :type apt-get :description "Drive gnuplot from within emacs"))) (el-get 'sync 'gnuplot-mode) ;; (el-get nil 'gnuplot-mode) ; this works ``` The...
Overriding `:info` suppresses installation of the info file, to suppress building it you probably need to override the `:build` part. I don't see any `ivy.rcp` so I can't give a...