Browse Source

Sort ivy cand when the size is very small

master
10sr 4 years ago
parent
commit
c3996e246a
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

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


Loading…
Cancel
Save