diff options
| author | Somelauw <Somelauw> | 2017-06-01 23:03:09 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-06-01 23:03:09 +0200 |
| commit | 526b6a8414d778d7aec4b1573a64b350ab598421 (patch) | |
| tree | a33ddf46d63b48e8e84522e408ff4f90064f43c3 /doc | |
| parent | 5f839317ee0a5819d20aaef8fc2dba5b4b47e37c (diff) | |
No longer add an automatic hook
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.org b/doc/changelog.org index ac98636..92151e1 100644 --- a/doc/changelog.org +++ b/doc/changelog.org @@ -1,3 +1,10 @@ +* Version 0.7.0 + - A hook is no longer created automatically + #+BEGIN_SRC emacs-lisp + (add-hook 'org-mode-hook 'evil-org-mode) ;; only load with org-mode + #+END_SRC + This line is from now on required in a user config. + * 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. |
