Add mention of other packages loading evil to readme

see: https://github.com/emacs-evil/evil-collection/issues/215
This commit is contained in:
willbush 2019-01-03 03:42:32 -06:00 committed by James N
parent 2c5e2d3418
commit 88b083b5b0
1 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,10 @@ more.
The list of supported modes is configured by ~evil-collection-mode-list~.
~evil-collection~ assumes ~evil-want-keybinding~ is set to nil
and ~evil-want-integration~ is set to t before loading ~evil~ and ~evil-collection.~
~evil-collection~ assumes ~evil-want-keybinding~ is set to nil and
~evil-want-integration~ is set to t before loading ~evil~ and
~evil-collection.~ Note some other packages may load evil (e.g. evil-leader)
so bear that in mind when determining when to set the variables.
See https://github.com/emacs-evil/evil-collection/issues/60 and https://github.com/emacs-evil/evil/pull/1087
for more details.