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

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

[elpa] master 79105a5 208/348: counsel.el (counsel-info-lookup-symbol):


From: Oleh Krehel
Subject: [elpa] master 79105a5 208/348: counsel.el (counsel-info-lookup-symbol): Add preselect
Date: Sat, 8 Apr 2017 11:03:58 -0400 (EDT)

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

    counsel.el (counsel-info-lookup-symbol): Add preselect
    
    Fixes #722
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index bb2306c..bbd7bb4 100644
--- a/counsel.el
+++ b/counsel.el
@@ -598,6 +598,7 @@ input corresponding to the chosen variable."
             (value (ivy-read
                     "Describe symbol: "
                     (mapcar #'car completions)
+                    :preselect (ivy-thing-at-point)
                     :sort t)))
        (list value info-lookup-mode))))
   (require 'info-look)



reply via email to

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