branch: elpa/helm
commit df53496c442615e2d3ae5281a7dacbb5f2362310
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Notify keyword in lisp completion transformer
---
helm-elisp.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-elisp.el b/helm-elisp.el
index a4c37566e5..c2f9b0ac3c 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -413,6 +413,7 @@ the same time to variable and a function."
((guard (class-p it)) " (Class)")
((guard (cl-generic-p it)) " (Gen)")
((guard (fboundp it)) " (Fun)")
+ ((guard (keywordp it)) " (keyword)")
((guard (boundp it)) " (Var)")
((guard (facep it)) " (Face)"))
collect (cons (concat c (helm-make-separator c) annot) c) into lst