summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authornoctuid <noct@openmailbox.org>2018-04-14 17:17:40 -0400
committerJames N <james@jojojames.com>2018-04-15 10:04:42 -0700
commit502def36c0228854b5f0ef962c4084a6c0119143 (patch)
treeb03fab9491fd3d0aaefc075d9bbd22cb06f7b2b8 /readme.org
parent0d3c3b7bc344c5d73cdc7437612051da9ff1a934 (diff)
Optionally provide modes to evil-collection-init
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index d5fab97..7912b66 100644
--- a/readme.org
+++ b/readme.org
@@ -41,6 +41,10 @@ some default bindings to change in the future.
: (with-eval-after-load 'calendar (require 'evil-collection-calendar) (evil-collection-calendar-setup))
+ or by providing an argument to ~evil-collection-init~:
+
+ : (evil-collection-init 'calendar)
+
The list of supported modes is configured by ~~evil-collection-mode-list~~.
~evil-collection~ assumes ~evil-want-integration~ is set to nil before loading ~evil~ and ~evil-collection.~