From 23782003711566337d78aa623d7235edefff584f Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 29 Apr 2026 10:39:44 +0200 Subject: [PATCH] Fix use new tab bar api --- flakes/emacs/config/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index 681fedb..2556e24 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -733,7 +733,7 @@ (setq tab-bar-show t tab-bar-close-button-show nil tab-bar-new-tab-choice "*scratch*" - tab-bar-new-button-show nil) + tab-bar-format (remove 'tab-bar-format-add-tab tab-bar-format)) (set-face-attribute 'tab-bar nil :height 1.0))