* eldoc-box.el (eldoc-box-frame-parameters): Hide tab-lines.

This commit is contained in:
Yuan Fu 2022-02-27 22:31:47 -08:00
parent 6fbb6e3e19
commit c0cbb8d919
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -98,7 +98,8 @@ in that mode the childframe is cleared as soon as point moves."
(inhibit-double-buffering . t) (inhibit-double-buffering . t)
(drag-internal-border . t) (drag-internal-border . t)
(no-special-glyphs . t) (no-special-glyphs . t)
(desktop-dont-save . t)) (desktop-dont-save . t)
(tab-bar-lines . 0))
"Frame parameters used to create the frame.") "Frame parameters used to create the frame.")
(defcustom eldoc-box-max-pixel-width 800 (defcustom eldoc-box-max-pixel-width 800