summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-10-24 17:19:01 +0100
committerSomelauw <Somelauw>2017-11-04 12:47:04 +0100
commit0719a442929288d66bbf8884198c52646a5e3fa4 (patch)
tree943e6abb8ae04c56a8ca3dc7df98f959673ba1f8
parentb902d2f05da682ef060ef2bd452d64dabbf1e7bc (diff)
README: Reference new calendar key theme
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5c6134a..05f3707 100644
--- a/README.org
+++ b/README.org
@@ -15,6 +15,7 @@ See [[file:doc/changelog.org][changelog]] for a history of changes.
- operators like > and < to work on headings
- text objects
- table support
+ - calendar (date selection) support
** Keybindings
@@ -80,7 +81,7 @@ See [[file:doc/changelog.org][changelog]] for a history of changes.
(add-to-list 'load-path "~/.emacs.d/plugins/evil-org")
(require 'evil-org)
(add-hook 'org-mode-hook 'evil-org-mode)
- (evil-org-set-key-theme '(navigation insert textobjects additional))
+ (evil-org-set-key-theme '(navigation insert textobjects additional calendar))
#+END_SRC
Or you can customize =evil-org-key-theme= and replace the last line by: