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

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

[elpa] master 107ebff 34/63: Add actions for counsel-describe-function


From: Oleh Krehel
Subject: [elpa] master 107ebff 34/63: Add actions for counsel-describe-function
Date: Fri, 21 Aug 2015 12:08:40 +0000

branch: master
commit 107ebff0ee9f91c3c0a9b9a969923ef27c492713
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Add actions for counsel-describe-function
---
 counsel.el |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/counsel.el b/counsel.el
index 4c3c482..15a14db 100644
--- a/counsel.el
+++ b/counsel.el
@@ -174,6 +174,11 @@
  '(("i" counsel-info-lookup-symbol "info")
    ("d" counsel--find-symbol "definition")))
 
+(ivy-set-actions
+ 'counsel-describe-function
+ '(("i" counsel-info-lookup-symbol "info")
+   ("d" counsel--find-symbol "definition")))
+
 ;;;###autoload
 (defun counsel-describe-function ()
   "Forward to `describe-function'."



reply via email to

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