1
0

Updated init.el.org

This commit is contained in:
2025-03-18 23:59:20 +01:00
parent 9769754f56
commit 72f9e87fd1

View File

@@ -1,6 +1,6 @@
#+title: init.el.org
#+date: [2025-03-18 Tue]
#+lastmod: [2025-03-18 Tue 20:37]
#+lastmod: [2025-03-18 Tue 23:59]
#+draft: false
#+tags: emacs
@@ -245,7 +245,7 @@ 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 frames height; an integer specifies the maximum number of lines; nil means do not resize the minibuffer window automatically. The default value is 0.25.
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)