From 88b083b5b0d8affce2fc20d35f089fa49f086b2d Mon Sep 17 00:00:00 2001 From: willbush Date: Thu, 3 Jan 2019 03:42:32 -0600 Subject: [PATCH] Add mention of other packages loading evil to readme see: https://github.com/emacs-evil/evil-collection/issues/215 --- readme.org | 6 ++++-- 1 file 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.