branch: externals/denote commit 5f503529e4f7691486ba5d449613045c50cb3b35 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use "Denote Query" name on the modeline for denote-query-mode --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index fcfde5c5f4..4ab04dc127 100644 --- a/denote.el +++ b/denote.el @@ -5117,7 +5117,7 @@ file's title. This has the same meaning as in `denote-link'." 'denote-query-mode "4.0.0") -(define-derived-mode denote-query-mode xref--xref-buffer-mode "Denote" +(define-derived-mode denote-query-mode xref--xref-buffer-mode "Denote Query" "Major mode for queries found in the variable `denote-directory'. This is used by the command `denote-backlinks' and all links created by the `denote-query' command, among others."