summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-07-03 16:06:42 +0200
committerSomelauw <Somelauw>2017-07-03 16:06:42 +0200
commit46b780cc03ec94f41c76462f2ee6471bda43ab77 (patch)
tree6632ab3fe171561ebedd5f09951cc72ea91f345a /doc
parent9d9b748c43eec68312c9190652e56c8d943bd3d1 (diff)
Make evil-org-{above/below} (o/O) non-special on some org elements.
Based on pull request #10 by @nochiel. Made more general and doesn't require modifying evil-org-special-o/O variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.org b/doc/changelog.org
index 781b180..00bef37 100644
--- a/doc/changelog.org
+++ b/doc/changelog.org
@@ -1,5 +1,6 @@
* Version 0.8
- Make evil-org-a-greater-org-object (ar), evil-org-inner/a-subtree (iR, aR) text objects linewise. The other text objects remain characterwise.
+ - Improvements to o/O
* Version 0.7
- A hook is no longer created automatically. The following line of code is from now on required in a user config:
#+BEGIN_SRC emacs-lisp