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.
This commit is contained in:
Protesilaos Stavrou 2022-06-24 06:29:52 +03:00
parent e4697c563f
commit 8182604ff3
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
1 changed files with 1 additions and 1 deletions

View File

@ -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?"