Variable: denote-rename-max-mini-window-height
denote-rename-max-mini-window-height is a variable defined in
denote.el.
Value
0.33
Documentation
How much to enlarge max-mini-window-height for renaming operations.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
;; NOTE 2023-10-20: We do not need a user option for this, though it
;; can be useful to have it as a variable.
(defvar denote-rename-max-mini-window-height 0.33
"How much to enlarge `max-mini-window-height' for renaming operations.")