summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 8758e18..349d9b1 100644
--- a/README.org
+++ b/README.org
@@ -52,7 +52,12 @@ This is an extended and actively maintained version of https://github.com/edwtjo
(add-to-list 'load-path "~/.emacs.d/plugins/evil-org")
(require 'evil-org)
(add-hook 'org-mode-hook 'evil-org-mode)
- (setq evil-org-key-theme '(navigation insert textobjects additional))
+ (evil-org-set-key-theme '(navigation insert textobjects additional))
+ #+END_SRC
+
+ Or you can customize =evil-org-key-theme= and replace the last line by:
+ #+BEGIN_SRC emacs-lisp
+ (evil-org-set-key-theme)
#+END_SRC
For a more elaborate setup, take a look at [[file:doc/example_config.el][this example]].