Silex / docker.el

Manage docker from Emacs.
749 stars 74 forks source link

Allow eldev to Fetch Packages from gnu-elpa #202

Closed LaurenceWarne closed 2 years ago

LaurenceWarne commented 2 years ago

I think this should fix the ci errors. transient now depends on compat which is not on melpa (but on gnu elpa) so (eldev-use-package-archive 'gnu-elpa) just allows eldev to fetch deps from elpa.

Thanks!

Edit: looks good, ci passed