rranelli / auto-package-update.el

Automatically update Emacs packages.
153 stars 27 forks source link

Prompt before attempting update #27

Closed ekenberg closed 7 years ago

ekenberg commented 7 years ago

I have auto-package-update-interval set to 3 days and run auto-package-update-maybe in Emacs startup process. Sometimes when I'm in a real hurry, Emacs decides to start some huge list of automatic upgrades. It would be very convenient to get a y-or-n-p prompt before, to be able to temporarily skip updates at that time.

Something like (setq auto-package-update-maybe-prompt-before-update t) in init.el would be awesome! Possible to add?

All the best!

rranelli commented 7 years ago

Looks like a sensible addition.

I'll work on it as soon as I get some time. You're welcome to try giving it a shot too :)

cheers

rranelli commented 7 years ago

fixed via #29