summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorwillbush <will.g.bush@gmail.com>2019-01-03 03:42:32 -0600
committerJames N <james@jojojames.com>2019-01-03 04:17:20 -0800
commit88b083b5b0d8affce2fc20d35f089fa49f086b2d (patch)
tree3cc4f4322e7f9e03d4edfa6d20149b74ab7a676a /readme.org
parent2c5e2d3418fb5041e9e2c7189bdf61b8415b32fc (diff)
Add mention of other packages loading evil to readme
see: https://github.com/emacs-evil/evil-collection/issues/215
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index 1e3861d..839d4cb 100644
--- a/readme.org
+++ b/readme.org
@@ -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.