From 06c905bb4ac6bb35035d65ef5de0de9ce6dff763 Mon Sep 17 00:00:00 2001 From: roife Date: Tue, 3 Oct 2023 14:29:06 +0800 Subject: [PATCH] Prevent tab-bar from activating on the childframe (issue#88) * eldoc-box.el (eldoc-box-frame-parameters): Add tab-bar-lines-keep-state. --- eldoc-box.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eldoc-box.el b/eldoc-box.el index fc4a1cc..b40ed18 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -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