This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Sort ivy cand when the size is very small
master
10sr
4 years ago
parent
47ccd55f9f
commit
c3996e246a
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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))
Write
Preview
Loading…
Cancel
Save