diff --git a/init.el.org b/init.el.org index a31cd11..0bcce5e 100644 --- a/init.el.org +++ b/init.el.org @@ -1,6 +1,6 @@ #+title: init.el.org #+date: [2025-03-18 Tue] -#+lastmod: [2025-03-19 Wed 10:39] +#+lastmod: [2025-03-19 Wed 11:19] #+draft: false #+tags: emacs @@ -244,9 +244,6 @@ With Mood-line there's no need to diminish [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Minibuffer-Edit.html]] -The variable ~resize-mini-windows~ controls the resizing of the minibuffer. If the value is t, the minibuffer window will also shrink automatically if you remove some lines of text from the minibuffer, down to a minimum of one screen line. -The variable ~max-mini-window-height~ controls the maximum height for resizing the minibuffer window. A floating-point number specifies a fraction of the frame’s height; an integer specifies the maximum number of lines; nil means do not resize the minibuffer window automatically. The default value is 0.25. - #+begin_src elisp (setq resize-mini-windows t) (setq max-mini-window-height 0.5)