diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-10-24 17:19:01 +0100 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-11-04 12:47:04 +0100 |
| commit | 0719a442929288d66bbf8884198c52646a5e3fa4 (patch) | |
| tree | 943e6abb8ae04c56a8ca3dc7df98f959673ba1f8 | |
| parent | b902d2f05da682ef060ef2bd452d64dabbf1e7bc (diff) | |
README: Reference new calendar key theme
| -rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
