diff options
| author | Somelauw <Somelauw> | 2017-06-01 23:22:26 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-06-02 23:34:24 +0200 |
| commit | 23b4aff1d4f59d30950e49556cfe019b78bbeccd (patch) | |
| tree | 67d1badf38fd1a868371a0bd6fc81e469cf64a7d /doc | |
| parent | 526b6a8414d778d7aec4b1573a64b350ab598421 (diff) | |
Remove optional leader keys
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog.org | 2 | ||||
| -rw-r--r-- | doc/keythemes.org | 15 |
2 files changed, 3 insertions, 14 deletions
diff --git a/doc/changelog.org b/doc/changelog.org index 92151e1..37f56a7 100644 --- a/doc/changelog.org +++ b/doc/changelog.org @@ -5,6 +5,8 @@ #+END_SRC This line is from now on required in a user config. + - Leader key bindings are removed. See [[file:example_config.el][example config]] for an example how you can set them up yourself. + * Between versions 0.1.2 and 0.6.3 - less controversial default keybindings (see issue [[https://github.com/edwtjo/evil-org-mode/issues/13][#13]]) t, T, O and leader bindings are no longer bound by default, but can be enabled using key themes. diff --git a/doc/keythemes.org b/doc/keythemes.org index 6b1fe16..6519343 100644 --- a/doc/keythemes.org +++ b/doc/keythemes.org @@ -5,7 +5,7 @@ To enable all bindings use: #+begin_src emacs-lisp - (evil-org-set-key-theme '(textobjects insert navigation additional shift leader todo heading)) + (evil-org-set-key-theme '(textobjects insert navigation additional shift todo heading)) #+end_src ** Basic @@ -129,16 +129,3 @@ | M-o | org-insert-heading+org-metaright | |-----+----------------------------------| -** Leader :deprecated: - Disabled by default. - - |-----------+---------------------------| - | key | function | - |-----------+---------------------------| - | <leader>a | org-agenda | - | <leader>t | org-show-todo-tree | - | <leader>c | org-archive-subtree | - | <leader>l | evil-org-open-links | - | <leader>o | evil-org-recompute-clocks | - |-----------+---------------------------| - |
