Tweak the default value of denote-backlinks-display-buffer-action

We do not want to preserve the size, because it inhibits revert-buffer
from fitting the new buffer contents to the window.
This commit is contained in:
Protesilaos Stavrou 2024-07-25 17:24:19 +03:00
parent 8701908e60
commit 6d86c7696c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -547,8 +547,7 @@ current note."
(defcustom denote-backlinks-display-buffer-action
'((display-buffer-reuse-window display-buffer-below-selected)
(window-height . fit-window-to-buffer)
(dedicated . t)
(preserve-size . (t . t)))
(dedicated . t))
"The action used to display the current file's backlinks buffer.
The value has the form (FUNCTION . ALIST), where FUNCTION is