emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 67ac850 211/272: counsel.el (counsel-M-x): Add help action


From: Oleh Krehel
Subject: [elpa] master 67ac850 211/272: counsel.el (counsel-M-x): Add help action
Date: Mon, 25 Apr 2016 10:13:26 +0000

branch: master
commit 67ac85068c32be97f4edfa7d6f1cdcb3c991167a
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]