Disable tab-bar by default in the PIP frame
This commit is contained in:
parent
68818946a6
commit
6de0e152eb
@ -58,6 +58,7 @@ Usually, the value should be larger than 0 and much smaller than 1."
|
|||||||
(defcustom pip-frame-parameters
|
(defcustom pip-frame-parameters
|
||||||
'((left . 0.9)
|
'((left . 0.9)
|
||||||
(top . 0.9)
|
(top . 0.9)
|
||||||
|
(tab-bar-lines . 0)
|
||||||
(minibuffer . nil))
|
(minibuffer . nil))
|
||||||
"Alist of frame parameters to use for the PIP frame.
|
"Alist of frame parameters to use for the PIP frame.
|
||||||
The frame size is determined automatically using `pip-frame-scale'
|
The frame size is determined automatically using `pip-frame-scale'
|
||||||
|
Loading…
Reference in New Issue
Block a user