Disable minibuffer in the PIP frame by default

It looks nicer and it’s likely better to use a larger minibuffer in
another frame if needed.
This commit is contained in:
Milan Zamazal 2022-06-15 19:43:30 +02:00
parent 86f6ef3abc
commit dbde4c1ee3
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ Usually, the value should be larger than 0 and much smaller than 1."
(defcustom pip-frame-parameters
'((left . 0.9)
(top . 0.9))
(top . 0.9)
(minibuffer . nil))
"Alist of frame parameters to use for the PIP frame.
The frame size is determined automatically using `pip-frame-scale'
custom option but it can be overriden here."