Updated init.el.org
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#+title: init.el.org
|
#+title: init.el.org
|
||||||
#+date: [2025-03-18 Tue]
|
#+date: [2025-03-18 Tue]
|
||||||
#+lastmod: [2025-03-19 Wed 10:39]
|
#+lastmod: [2025-03-19 Wed 11:19]
|
||||||
#+draft: false
|
#+draft: false
|
||||||
#+tags: emacs
|
#+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]]
|
[[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
|
#+begin_src elisp
|
||||||
(setq resize-mini-windows t)
|
(setq resize-mini-windows t)
|
||||||
(setq max-mini-window-height 0.5)
|
(setq max-mini-window-height 0.5)
|
||||||
|
|||||||
Reference in New Issue
Block a user