From ac49c9832bc6df2a35fb67d61847062999daf3d9 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 27 Oct 2025 11:51:36 -0400 Subject: show tab bar by default --- .config/emacs/modules/bd--tabs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules') diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el index 1196b8c..6d4f12f 100644 --- a/.config/emacs/modules/bd--tabs.el +++ b/.config/emacs/modules/bd--tabs.el @@ -25,7 +25,7 @@ (tab-bar-mode) (tab-bar-history-mode) (setopt tab-bar-tab-name-function #'bd/tab-bar-name-function - tab-bar-show nil + tab-bar-show t tab-bar-select-restore-windows nil -- cgit v1.2.3