jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.4k stars 260 forks source link

*never* download packages #1064

Open yatesco opened 10 months ago

yatesco commented 10 months ago

Hi, I use git submodules in ~/.emacs.d/vendor to make available emacs packages and have configured load-path appropriately. I want to use all the funky magic from use-package except I never want it to download anything.

Is this possible? I see that I can do it on each (use-package ..) call, but that is tedious and error-prone for my situation. I effectively want to be able to set use-package-always-ensure to 'noppityNopeNope'.

Is this possible?

Thanks!