branch: master commit 107ebff0ee9f91c3c0a9b9a969923ef27c492713 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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'."