* eldoc-box.el (eldoc-box-frame-parameters): Hide tab-lines.
This commit is contained in:
parent
6fbb6e3e19
commit
c0cbb8d919
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user