newcomers-presets: Always show the tab bar

* etc/themes/newcomers-presets-theme.el (newcomers-presets): Set
tab-bar-show to 0.
This commit is contained in:
Sean Whitton 2026-03-09 11:41:22 +00:00
parent 89dbc92137
commit a129354933

View file

@ -150,8 +150,7 @@ This minor mode will enable and disable the theme on startup."
;;;; Frame and window-related options
'(tab-bar-history-mode t)
)
'(tab-bar-show 0))
(provide-theme 'newcomers-presets)
;;; newcomers-presets-theme.el ends here