branch: externals/marginalia
commit 3f1ab80fecc3aeb84248ab07c92edca4dce03f92
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Add keyword completion
    
    In order to use package keywords, do the following:
    
    1. (package-initialize)
    2. (finder-compile-keywords)
    3. Put the resulting finder-inf.el file on your load-path
    4. Add unknown keywords, e.g.,
       (add-to-list 'finder-known-keywords '(completion . "Minibuffer and Code 
Completion"))
    5. M-x finder-list-keywords
---
 marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index bfda48050a..df294c9062 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -8,7 +8,7 @@
 ;; Version: 1.1
 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.0"))
 ;; Homepage: https://github.com/minad/marginalia
-;; Keywords: docs, help, matching
+;; Keywords: docs, help, matching, completion
 
 ;; This file is part of GNU Emacs.
 

Reply via email to