1
0

Updated init.el.org

This commit is contained in:
2025-03-19 11:22:37 +01:00
parent 17548659b6
commit 71980169d8

View File

@@ -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 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.
#+begin_src elisp
(setq resize-mini-windows t)
(setq max-mini-window-height 0.5)