]> code.delx.au - gnu-emacs-elpa/commitdiff
Add actions for counsel-describe-function
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Jul 2015 08:56:02 +0000 (10:56 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Jul 2015 08:56:02 +0000 (10:56 +0200)
counsel.el

index 4c3c48214a0acec3c781d2cb0352b924f5790e33..15a14db7553c9a6254ce2ef0321d8e7a78b18bb6 100644 (file)
  '(("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'."