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

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

[elpa] externals/denote 8182604ff3 343/355: Increase max-mini height for


From: ELPA Syncer
Subject: [elpa] externals/denote 8182604ff3 343/355: Increase max-mini height for rename prompt
Date: Sun, 26 Jun 2022 23:58:38 -0400 (EDT)

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

    Increase max-mini height for rename prompt
    
    Just to be sure we fit in more text when prompting for the change to the
    front matter.
---
 denote-dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-dired.el b/denote-dired.el
index 7e0f879515..4e20b5aa47 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -244,7 +244,7 @@ attachments that the user adds to their notes."
                     keywords
                     (denote--sluggify title)
                     extension))
-         (max-mini-window-height 0.25)) ; allow minibuffer to be resized
+         (max-mini-window-height 0.33)) ; allow minibuffer to be resized
     (unless (string= old-name (file-name-nondirectory new-name))
       (when (y-or-n-p
              (format "Rename %s to %s?"



reply via email to

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