Prevent tab-bar from activating on the childframe (issue#88)

* eldoc-box.el (eldoc-box-frame-parameters): Add
tab-bar-lines-keep-state.
This commit is contained in:
roife 2023-10-03 14:29:06 +08:00 committed by Yuan Fu
parent 270a9a8948
commit 06c905bb4a
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -146,7 +146,8 @@ This separator is used for the documentation shown in
(drag-internal-border . t)
(no-special-glyphs . t)
(desktop-dont-save . t)
(tab-bar-lines . 0))
(tab-bar-lines . 0)
(tab-bar-lines-keep-state . 1))
"Frame parameters used to create the frame.")
(defcustom eldoc-box-max-pixel-width 800