From c3996e246a8708d7125ccb49d96d32833eeb0d71 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 24 Jan 2020 20:49:35 +0900 Subject: [PATCH] Sort ivy cand when the size is very small --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 7871ee2..b9b9554 100644 --- a/emacs.el +++ b/emacs.el @@ -2620,6 +2620,7 @@ Any output will be written to current buffer." cands "\n"))))) (set-variable 'ivy-wrap t) +(set-variable 'ivy-sort-max-size 50) (when (fboundp 'ivy-rich-mode) (ivy-rich-mode 1))