emacscollective / epkg-marginalia

Show Epkg information in completion annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show Epkg information in completion annotations

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)))


Compile MELPA Stable MELPA

About

Show Epkg information in completion annotations

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 68.7%Language:Makefile 31.3%