branch: master
commit c8756680e53487d7da8507d0309dd3823f24f918
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-mode-map): Add counsel-info-lookup-symbol
    
    Fixes #493
---
 counsel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 2d612e3..c710ca8 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2097,7 +2097,8 @@ And insert it into the minibuffer. Useful during
                 (imenu . counsel-imenu)
                 (load-library . counsel-load-library)
                 (load-theme . counsel-load-theme)
-                (yank-pop . counsel-yank-pop)))
+                (yank-pop . counsel-yank-pop)
+                (info-lookup-symbol . counsel-info-lookup-symbol)))
       (define-key map (vector 'remap (car binding)) (cdr binding)))
     map)
   "Map for `counsel-mode'. Remaps built-in functions to counsel

Reply via email to