branch: externals/denote
commit faaf5f94ab78967613f29b18a9b9a662db25e4e9
Author: Jean-Philippe Gagné Guay <[email protected]>
Commit: Jean-Philippe Gagné Guay <[email protected]>

    Use denote-rename-max-mini-window-height in 
denote-change-file-type-and-front-matter
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 3c03395908..0e9bb9f057 100644
--- a/denote.el
+++ b/denote.el
@@ -2763,7 +2763,7 @@ of the file.  This needs to be done manually."
          (new-extension (denote--file-extension new-file-type))
          (new-name (denote-format-file-name
                     dir id keywords (denote-sluggify title 'title) 
new-extension signature))
-         (max-mini-window-height 0.33)) ; allow minibuffer to be resized
+         (max-mini-window-height denote-rename-max-mini-window-height))
     (when (and (not (eq old-extension new-extension))
                (denote-rename-file-prompt file new-name))
       (denote-rename-file-and-buffer file new-name)

Reply via email to