branch: elpa/helm
commit 150e25c48c165401e47c09f71fec4d95cec6b3ee
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@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)

Reply via email to