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

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

[elpa] master 3464362 33/63: Add actions for counsel-describe-variable


From: Oleh Krehel
Subject: [elpa] master 3464362 33/63: Add actions for counsel-describe-variable
Date: Fri, 21 Aug 2015 12:08:39 +0000

branch: master
commit 346436284b036452e585ca6e8a8834d0c77ae998
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

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

diff --git a/counsel.el b/counsel.el
index 7d39f9a..4c3c482 100644
--- a/counsel.el
+++ b/counsel.el
@@ -169,6 +169,11 @@
                (describe-variable
                 (intern x))))))
 
+(ivy-set-actions
+ 'counsel-describe-variable
+ '(("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]