mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
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:
parent
89dbc92137
commit
a129354933
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue