Skip to content

Commit d12757e

Browse files
authored
suppress tab-bar for child-frame of lsp-ui-doc (#704)
`tab-bar-lines-keep-state` is not documented, but it is required to against `tab-bar--update-tab-bar-lines`
1 parent babe1e2 commit d12757e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lsp-ui-doc.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ Only the `background' is used in this face."
192192
(right-fringe . 0)
193193
(menu-bar-lines . 0)
194194
(tool-bar-lines . 0)
195+
(tab-bar-lines . 0)
196+
(tab-bar-lines-keep-state . 0)
195197
(line-spacing . 0)
196198
(unsplittable . t)
197199
(undecorated . t)

0 commit comments

Comments
 (0)