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:
parent
270a9a8948
commit
06c905bb4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user