From 27fae4666453491f9413763abfa4ddab6467ac40 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 7 Feb 2022 10:45:42 +0000 Subject: [PATCH] fix(ui): prevent tab-bar being visible in lsp-ui-doc child frame --- modules/workspaces/siren-tab-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workspaces/siren-tab-bar.el b/modules/workspaces/siren-tab-bar.el index 3099a26..39e5a2a 100644 --- a/modules/workspaces/siren-tab-bar.el +++ b/modules/workspaces/siren-tab-bar.el @@ -55,7 +55,7 @@ (tab-bar-format '(tab-bar-format-tabs-groups tab-bar-separator)) (tab-bar-history-limit 25) (tab-bar-new-tab-choice "*scratch*") - (tab-bar-show t) + (tab-bar-show 1) (tab-bar-tab-group-format-function #'siren-tab-bar-tab-group-format-default) (tab-bar-tab-hints t) (tab-bar-tab-name-format-function #'siren-tab-bar-tab-name-format-default)