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

    counsel.el (counsel-info-lookup-symbol): Turn on sorting
---
 counsel.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/counsel.el b/counsel.el
index 194322f..2fce67f 100644
--- a/counsel.el
+++ b/counsel.el
@@ -137,7 +137,8 @@
             (enable-recursive-minibuffers t)
             (value (ivy-read
                     "Describe symbol: "
-                    (mapcar #'car completions))))
+                    (mapcar #'car completions)
+                    :sort t)))
        (list value info-lookup-mode))))
   (info-lookup 'symbol symbol mode))
 

Reply via email to