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

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

[elpa] master c875668 010/348: counsel.el (counsel-mode-map): Add counse


From: Oleh Krehel
Subject: [elpa] master c875668 010/348: counsel.el (counsel-mode-map): Add counsel-info-lookup-symbol
Date: Sat, 8 Apr 2017 11:03:14 -0400 (EDT)

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

    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

[Prev in Thread] Current Thread [Next in Thread]