branch: externals/exwm commit 4c0b9bb5c216cae36908fd6192a92b7e714ee5b2 Merge: e43bd78258 e042832b2b Author: Adrián Medraño Calvo <adr...@medranocalvo.com> Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>
Merge branch 'stebalien.github.com/fix/hide-floating-tabs' into externals/exwm --- exwm-floating.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exwm-floating.el b/exwm-floating.el index a9f9315b71..69e86a24e8 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -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)