branch: elpa/consult-flycheck
commit fda630411ad9219f45136310f671b44eaefafcab
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
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
---
consult-flycheck.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult-flycheck.el b/consult-flycheck.el
index b3bf8fd644..c62dac6d72 100644
--- a/consult-flycheck.el
+++ b/consult-flycheck.el
@@ -7,7 +7,7 @@
;; Version: 0.9
;; Package-Requires: ((emacs "27.1") (consult "0.32") (flycheck "32"))
;; Homepage: https://github.com/minad/consult
-;; Keywords: languages, tools
+;; Keywords: languages, tools, completion
;; This file is not part of GNU Emacs.