diff options
| author | noctuid <noct@openmailbox.org> | 2018-04-14 17:17:40 -0400 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-04-15 10:04:42 -0700 |
| commit | 502def36c0228854b5f0ef962c4084a6c0119143 (patch) | |
| tree | b03fab9491fd3d0aaefc075d9bbd22cb06f7b2b8 /readme.org | |
| parent | 0d3c3b7bc344c5d73cdc7437612051da9ff1a934 (diff) | |
Optionally provide modes to evil-collection-init
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.~ |
