jwiegley / use-package

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

feat(use-package-ensure-system-package): add update-custom-packages command #930

Closed danielpza closed 2 years ago

danielpza commented 3 years ago

Add use-package-ensure-system-package-update-custom-packages for updating custom packages not installed by system package manager. It will run the same commands used for installing them.

chuxubank commented 1 year ago

I'm curious about should we call use-package-ensure-system-package-update-custom-packages by ourself? I do not see it being called in the other part of the use-package codes.

I see, it is (interactive), sorry.