[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 1b340751e2 3/5: Add more command to helm-completing-r
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 1b340751e2 3/5: Add more command to helm-completing-read-command-categories |
Date: |
Thu, 10 Aug 2023 12:59:59 -0400 (EDT) |
branch: elpa/helm
commit 1b340751e215969dd1551ed0c5794deb9e3b8997
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Add more command to helm-completing-read-command-categories
---
helm-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-mode.el b/helm-mode.el
index cd31efef8c..f605ea851f 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -985,6 +985,8 @@ behavior as emacs vanilla.")
(defvar helm-completing-read-command-categories
'(("customize-variable" . symbol-help)
+ ("find-function" . symbol-help)
+ ("find-variable" . symbol-help)
("kill-buffer" . buffer))
"An alist to specify metadata category by command.