jwiegley/use-package

*never* download packages

yatesco opened this issue · 0 comments

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!