rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Old versions are not removed #38

Open wdysun opened 5 years ago

wdysun commented 5 years ago

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. Any idea?

Pierre

Sparsa commented 3 years ago

I am also facing the same issues, any solution for this?