Globally activate tab-bar-mode

The reason to keep this off was that my solarized-theme did not have support for
this.  Since I have hacked this support together on my own now, I can (and
should) also use it!
This commit is contained in:
Daniel - 2021-10-16 10:14:55 +02:00
parent 90b6e91051
commit 1ddda3a730
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@
math-units-table nil))
(use-package tab-bar
:init (setq tab-bar-show nil)
:init (setq tab-bar-show t)
:config (progn
(tab-bar-history-mode +1)))