rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Ignore packages managed by quelpa. #43

Closed tastytea closed 4 years ago

tastytea commented 4 years ago

Fixes #42.

Adds the function apu--filter-quelpa-packages. It filters out packages in quelpa-cache from the package-list if quelpa is installed.

rranelli commented 4 years ago

I had never heard of quelpa before today. Thanks for the PR!