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

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

[elpa] externals/denote a785de6760 244/355: Make sure minibuffer can be


From: ELPA Syncer
Subject: [elpa] externals/denote a785de6760 244/355: Make sure minibuffer can be resized while renaming
Date: Sun, 26 Jun 2022 23:58:29 -0400 (EDT)

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

    Make sure minibuffer can be resized while renaming
    
    We need it to display the echo are message about the potential change to
    the file's front matter.
---
 denote-dired.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/denote-dired.el b/denote-dired.el
index 0f2e924295..93625ff570 100644
--- a/denote-dired.el
+++ b/denote-dired.el
@@ -219,7 +219,8 @@ attachments that the user adds to their notes."
                     (denote-dired--file-name-id file)
                     keywords
                     (denote--sluggify title)
-                    extension)))
+                    extension))
+         (max-mini-window-height 0.25)) ; 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]