epkg-marginalia

Homepage: https://github.com/emacscollective/epkg-marginalia

Author: Jonas Bernoulli

Updated:

Summary

Show Epkg information in completion annotations

Commentary

Out of the box marginalia enriches package completion with
information from the built-in package manager.  This packages
teaches it to additionally use the Epkgs database, and if the
Borg package manager is available, then it uses information
provided by that as well.

  (with-eval-after-load 'marginalia
    (cl-pushnew 'epkg-marginalia-annotate-package
                (alist-get 'package marginalia-annotator-registry)))

Dependencies