mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
8701908e60
commit
6d86c7696c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue