Merge branch 'stebalien.github.com/fix/hide-floating-tabs' into externals/exwm

This commit is contained in:
Adrián Medraño Calvo 2022-10-29 00:00:00 +00:00
commit 4c0b9bb5c2

View file

@ -161,6 +161,8 @@ context of the corresponding buffer."
(get-buffer "*scratch*")))
(make-frame
`((minibuffer . ,(minibuffer-window exwm--frame))
(tab-bar-lines . 0)
(tab-bar-lines-keep-state . t)
(left . ,(* window-min-width -10000))
(top . ,(* window-min-height -10000))
(width . ,window-min-width)