From 1ddda3a730a282820445622dd23f97df0d07a096 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 16 Oct 2021 10:14:55 +0200 Subject: [PATCH] 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! --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 3896559..ca80b78 100644 --- a/init.el +++ b/init.el @@ -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)))