summaryrefslogtreecommitdiff
path: root/evil-collection.el
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2021-10-23 23:51:40 +0800
committercondy <condy0919@gmail.com>2021-10-23 23:51:40 +0800
commitc878a5ba413866440cf8067d1b767c3aeb01eb9b (patch)
tree13f815f010e4d75d0dc550476f6813e893b31bc6 /evil-collection.el
parentd0840ad465a586f66c90410391ebb6cfc80b8e83 (diff)
evil-collection: keep supported modes in lexicographical order
Diffstat (limited to 'evil-collection.el')
-rw-r--r--evil-collection.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/evil-collection.el b/evil-collection.el
index f9c2771..8161749 100644
--- a/evil-collection.el
+++ b/evil-collection.el
@@ -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.")