branch: master
commit 67ac85068c32be97f4edfa7d6f1cdcb3c991167a
Author: justbur <jus...@burkett.cc>
Commit: justbur <jus...@burkett.cc>

    counsel.el (counsel-M-x): Add help action
---
 counsel.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 9384262..1c43b6e 100644
--- a/counsel.el
+++ b/counsel.el
@@ -478,7 +478,8 @@ Update the minibuffer with the amount of lines collected 
every
 ;;** `counsel-M-x'
 (ivy-set-actions
  'counsel-M-x
- '(("d" counsel--find-symbol "definition")))
+ '(("d" counsel--find-symbol "definition")
+   ("h" (lambda (x) (describe-function (intern x))) "help")))
 
 (ivy-set-display-transformer
  'counsel-M-x

Reply via email to