Add hint on passing a list to evil-collection-init

This commit is contained in:
jgart 2022-03-02 14:43:04 -05:00 committed by James
parent 017ec2a63d
commit 412a908104
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ more.
or by providing an argument to ~evil-collection-init~:
: (evil-collection-init 'calendar)
a list can also be provided to ~evil-collection-init~:
: (evil-collection-init '(calendar dired calc ediff))
The list of supported modes is configured by ~evil-collection-mode-list~.