[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 150e25c48c 1/2: Add more functions to helm-completing
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 150e25c48c 1/2: Add more functions to helm-completing-read-command-categories |
Date: |
Sat, 19 Aug 2023 10:00:36 -0400 (EDT) |
branch: elpa/helm
commit 150e25c48c165401e47c09f71fec4d95cec6b3ee
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Add more functions to helm-completing-read-command-categories
---
helm-mode.el | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/helm-mode.el b/helm-mode.el
index 8d7e852e06..f2b4a60a22 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -993,9 +993,16 @@ behavior as emacs vanilla.")
(defvar helm-completing-read-command-categories
'(("customize-variable" . symbol-help)
+ ("customize-set-variable" . symbol-help)
+ ("customize-set-value" . symbol-help)
+ ("customize-save-variable" . symbol-help)
+ ("set-variable" . symbol-help)
("customize-group" . symbol-help)
("find-function" . symbol-help)
("find-variable" . symbol-help)
+ ("trace-function" . symbol-help)
+ ("trace-function-foreground" . symbol-help)
+ ("trace-function-background" . symbol-help)
("find-library" . library)
("kill-buffer" . buffer)
("package-install" . package)