Add: (view--display) Insert newline at end of buffer

Prevents end-of-buffer from scrolling the window horizontally.

Fixes #50.  Thanks to @xeijin for suggesting.
This commit is contained in:
Adam Porter 2019-11-05 15:40:05 -06:00
parent cb6509ca6a
commit d3272cdd8b
3 changed files with 63 additions and 42 deletions

View file

@ -386,6 +386,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Command ~helm-org-ql-views~, which shows one of ~org-ql-views~ selected with Helm.
+ Predicate ~src~, which matches Org Babel source blocks.
+ Alias =h= for =heading= predicate.
+ Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling =end-of-buffer=.
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.