auto-package-update.el
auto-package-update.el copied to clipboard
Automatically update Emacs packages.
Hello, I have noticed that `auto-package-update` misses many of the possible updates. For instance, today it is my update day and the script didn't find any new update, but running...
I'd like to make a PR to update the output of the package update results, but after reading through `apu--safe-package-install` I'm still not sure how to pull it off. This...
I have the following in my init file ``` (require 'auto-package-update) (setq auto-package-update-delete-old-versions ``` However, when I run ``` M-x auto-package-update-now ``` Old versions are still in my ELPA folder....
For the last few weeks or so (I don't update all that often) whenever I restart Emacs and allow packages to be updated it fails with this error in the...
I just turned this on, and got a message like: Error (use-package): auto-package-update/:config: Removing old name: Permission denied, /usr/share/emacs/site-lisp/elpa/pod-mode-1.3/Install.log.gz in *Warnings* at startup. My config is ``` (use-package auto-package-update :ensure...
When updating with `auto-package-update-delete-old-versions t` quite often a number of packages will not be updated, but still removed from the package directory, resulting in complete removal of the packages. This...
I keep my packages/ dirs in local git repos for each emacs installation I use to be able to go back for troubleshooting or quickly backing out of temporarily broken...
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...