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 GitHub
parent 017ec2a63d
commit 5d80892425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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~.