Skip to content

Commit

Permalink
Prevent tab-bar from activating on the childframe (issue#88)
Browse files Browse the repository at this point in the history
* eldoc-box.el (eldoc-box-frame-parameters): Add
tab-bar-lines-keep-state.
  • Loading branch information
roife authored and casouri committed Oct 8, 2023
1 parent 270a9a8 commit 06c905b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eldoc-box.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06c905b

Please sign in to comment.