(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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user