branch: master
commit 346436284b036452e585ca6e8a8834d0c77ae998
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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'."