From 6de0e152ebe09be8589df747fe76a7246bd8a541 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 29 Jun 2022 19:26:01 +0200 Subject: [PATCH] Disable tab-bar by default in the PIP frame --- pip-frame.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-frame.el b/pip-frame.el index 120afe1..6ca28bc 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -58,6 +58,7 @@ Usually, the value should be larger than 0 and much smaller than 1." (defcustom pip-frame-parameters '((left . 0.9) (top . 0.9) + (tab-bar-lines . 0) (minibuffer . nil)) "Alist of frame parameters to use for the PIP frame. The frame size is determined automatically using `pip-frame-scale'