evil-collection: keep supported modes in lexicographical order

This commit is contained in:
condy 2021-10-23 23:51:40 +08:00
parent d0840ad465
commit c878a5ba41
1 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,6 @@ This will bind additional find-* type commands, e.g. usages, assignments, etc.."
(occur replace)
omnisharp
org-present
zmusic
osx-dictionary
outline
p4
@ -275,10 +274,11 @@ This will bind additional find-* type commands, e.g. usages, assignments, etc.."
which-key
woman
xref
xwidget
yaml-mode
youtube-dl
(ztree ztree-diff)
xwidget)
zmusic
(ztree ztree-diff))
"List of modes supported by evil-collection. Elements are
either target mode symbols or lists which `car' is the mode
symbol and `cdr' the packages to register.")