Created attachment 264909 [details] patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ef1f22989612f1f4bdcb36a19f42a36d83a2b22 commit 9ef1f22989612f1f4bdcb36a19f42a36d83a2b22 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2025-10-25 00:32:18 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-11-17 04:38:26 +0000 editors/marginalia.el: Marginalia in the Emacs minibuffer This package provides marginalia-mode which adds marginalia to the minibuffer completions. Marginalia are marks or annotations placed at the margin of the page of a book or in this case helpful colorful annotations placed at the margin of the minibuffer for your completion candidates. Marginalia can only add annotations to the completion candidates. It cannot modify the appearance of the candidates themselves, which are shown unaltered as supplied by the original command. WWW: https://github.com/minad/marginalia PR: 290540 editors/Makefile | 1 + editors/marginalia.el/Makefile (new) | 33 +++++++++++++++++++++++++++++++++ editors/marginalia.el/distinfo (new) | 3 +++ editors/marginalia.el/pkg-descr (new) | 14 ++++++++++++++ editors/marginalia.el/pkg-plist (new) | 2 ++ 5 files changed, 53 insertions(+)
Pushed. If you notice any issues, please open a new bug report. Thanks again for contributing these elisp ports.