branch: externals/denote commit c0f55df1f9e9b73dee6d8aca0eb927516c6ab989 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the display-buffer action reuse the mode window This was always my intention and I made a mistake before. --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index fbfb323e52..7d68f83a99 100644 --- a/denote.el +++ b/denote.el @@ -603,7 +603,7 @@ command." "3.1.0") (defcustom denote-backlinks-display-buffer-action - '((display-buffer-reuse-window display-buffer-below-selected) + '((display-buffer-reuse-mode-window display-buffer-below-selected) (window-height . fit-window-to-buffer) (dedicated . t)) "The action used to display the current file's backlinks buffer. @@ -638,7 +638,7 @@ and/or the documentation string of `display-buffer'." :group 'denote) (defcustom denote-query-links-display-buffer-action - '((display-buffer-reuse-window display-buffer-below-selected) + '((display-buffer-reuse-mode-window display-buffer-below-selected) (window-height . fit-window-to-buffer) (dedicated . t)) "The action used to display query links.