branch: externals/marginalia commit 5a00dcb9a29f3c8bdb7087b919736045bb845974 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
marginalia-annotate-consult-buffer: remove width --- marginalia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index 653f679..67e3889 100644 --- a/marginalia.el +++ b/marginalia.el @@ -340,7 +340,7 @@ This hash table is needed to speed up `marginalia-annotate-binding'.") (?q "Project File") (?m "Bookmark") (?v "View")) - :width -8 :face 'marginalia-documentation))) + :face 'marginalia-documentation))) ;; This annotator is consult-specific, it will annotate the `consult-buffer' command. (defun marginalia-annotate-consult-buffer-full (cand)