diff options
| author | willbush <will.g.bush@gmail.com> | 2019-01-03 03:42:32 -0600 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2019-01-03 04:17:20 -0800 |
| commit | 88b083b5b0d8affce2fc20d35f089fa49f086b2d (patch) | |
| tree | 3cc4f4322e7f9e03d4edfa6d20149b74ab7a676a | |
| parent | 2c5e2d3418fb5041e9e2c7189bdf61b8415b32fc (diff) | |
Add mention of other packages loading evil to readme
see: https://github.com/emacs-evil/evil-collection/issues/215
| -rw-r--r-- | readme.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
