emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 6d86c7696c 2/6: Tweak the default value of denot


From: ELPA Syncer
Subject: [elpa] externals/denote 6d86c7696c 2/6: Tweak the default value of denote-backlinks-display-buffer-action
Date: Thu, 25 Jul 2024 12:58:27 -0400 (EDT)

branch: externals/denote
commit 6d86c7696c8c17b868ab06d30f3976bde132a747
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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.
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 7b6aebf6cf..09091053ec 100644
--- a/denote.el
+++ b/denote.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]