From c878a5ba413866440cf8067d1b767c3aeb01eb9b Mon Sep 17 00:00:00 2001 From: condy Date: Sat, 23 Oct 2021 23:51:40 +0800 Subject: [PATCH] evil-collection: keep supported modes in lexicographical order --- evil-collection.el | 6 +++--- 1 file 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.")