rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Keeping Older Versions of Updated Packages #55

Open artforlife opened 1 year ago

artforlife commented 1 year ago

I have been using this package for a few months and generally have liked it. However, recently I ran into an issue where it updated a package, which ended up breaking a few of my workflow staples. The project in question was compat. The breakage has nothing to do with this project.

However, I am wondering if it currently possible to set up auto-package-update in a way that preserves the previous versions of the updated packages. This could be a useful addition. For example, we could specify how many versions to keep as a config or perhaps just keep a previous one by default.