branch: externals/marginalia commit f97b6f398b6b08576bc919835e1ab4872a8d5de4 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Use ignore --- marginalia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index 31da2c43b7..2187aea2fc 100644 --- a/marginalia.el +++ b/marginalia.el @@ -394,7 +394,7 @@ FACE is the name of the face, with which the field should be propertized." (defun marginalia--annotator (cat) "Return annotation function for category CAT." (pcase (car (alist-get cat marginalia-annotator-registry)) - ('none (lambda (_) nil)) + ('none #'ignore) ('builtin nil) (fun fun)))