(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 (use-package tab-bar
:defer t :defer t
:init :init
(setq tab-bar-show 1 (setq tab-bar-close-button-show nil
tab-bar-close-button-show nil
tab-bar-format '(tab-bar-format-history tab-bar-format-tabs tab-bar-separator)) tab-bar-format '(tab-bar-format-history tab-bar-format-tabs tab-bar-separator))
:config :config
(setq tab-bar-show 1)
(tab-bar-mode) (tab-bar-mode)
:general :general
(tab-leader (tab-leader