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:
parent
cb6509ca6a
commit
d3272cdd8b
3 changed files with 63 additions and 42 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue