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))