From 0719a442929288d66bbf8884198c52646a5e3fa4 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 24 Oct 2017 17:19:01 +0100 Subject: README: Reference new calendar key theme --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.0