diff options
| author | Somelauw <Somelauw> | 2017-04-30 00:56:41 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-04-30 00:56:41 +0200 |
| commit | 0e52a6015cee918885a222c8692171dab1b68036 (patch) | |
| tree | 3a5718e5ea9a3997888db6520da49822fcc1ae50 /doc | |
| parent | 0e55dc63af96a1fdfc1fae262cf2d6b42d35649e (diff) | |
Introduce evil-org-key-theme variable for easier customization
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/example_config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example_config.el b/doc/example_config.el index 701ff45..1e20613 100644 --- a/doc/example_config.el +++ b/doc/example_config.el @@ -7,7 +7,7 @@ (lambda () ;; Set key theme(s) (evil-org-mode) - (evil-org-set-key-theme '(additional textobjects)) + (evil-org-set-key-theme '(navigation insert textobjects additional)) ;; Custom mappings (evil-define-key 'normal evil-org-mode-map |
