branch: externals/denote commit c12c245344bc8229993503a3b02fc135548b565a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add two outline headings for backlinks and query links --- denote.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/denote.el b/denote.el index 5cce22b673..1d805596dd 100644 --- a/denote.el +++ b/denote.el @@ -5174,6 +5174,8 @@ concomitant alist, such as `denote-backlinks-display-buffer-action'." "Function to make an Xref buffer showing query link results. It accepts the same arguments as `denote-make-links-buffer'.") +;;;;;; Backlinks + (defun denote--backlinks-get-buffer-name (file id) "Format a buffer name for `denote-backlinks'. Use FILE to detect a suitable title with which to name the buffer. Else @@ -5205,6 +5207,8 @@ Place the buffer below the current window or wherever the user option (defalias 'denote-show-backlinks-buffer 'denote-backlinks "Alias for `denote-backlinks' command.") +;;;;;; Query links + (defvar denote-query-link-history nil "Minibuffer history of `denote-query-link-prompt'.")