(Emacs/config)~set tab-bar-show as late as possible, defers tab-bar

Optimises my load time quite a bit.
This commit is contained in:
2024-08-27 15:42:32 +01:00
parent 70ee7389a1
commit dabcd3b06a

View File

@@ -968,10 +968,10 @@ effectively.
(use-package tab-bar
:defer t
:init
(setq tab-bar-show 1
tab-bar-close-button-show nil
(setq tab-bar-close-button-show nil
tab-bar-format '(tab-bar-format-history tab-bar-format-tabs tab-bar-separator))
:config
(setq tab-bar-show 1)
(tab-bar-mode)
:general
(tab-leader