You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-packageexcept 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!
The text was updated successfully, but these errors were encountered:
Hi, I use git submodules in
~/.emacs.d/vendor
to make available emacs packages and have configuredload-path
appropriately. I want to use all the funky magic fromuse-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 setuse-package-always-ensure
to 'noppityNopeNope'.Is this possible?
Thanks!
The text was updated successfully, but these errors were encountered: