summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm-color.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/helm-color.el b/helm-color.el
index 4122cf3f..c9e90a86 100644
--- a/helm-color.el
+++ b/helm-color.el
@@ -41,6 +41,11 @@
(helm-build-in-buffer-source "Customize Face"
:init 'helm-custom-faces-init
:get-line 'buffer-substring
+ :persistent-action (lambda (candidate)
+ (helm-elisp--persistent-help
+ (intern (car (split-string candidate)))
+ 'helm-describe-face))
+ :persistent-help "Describe face"
:action '(("Customize"
. (lambda (line)
(customize-face (intern (car (split-string line))))))