ui/tabbar: set variables sooner
Giving the using a chance to customize them before centaur-tabs-mode is activated.
This commit is contained in:
parent
017aa6a9f7
commit
b1b2eba984
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
(use-package! centaur-tabs
|
||||
:after-call (after-find-file dired-initial-position-hook)
|
||||
:config
|
||||
:init
|
||||
(setq centaur-tabs-height 28
|
||||
centaur-tabs-set-bar 'left
|
||||
centaur-tabs-set-modified-marker t)
|
||||
|
||||
:config
|
||||
(add-hook 'centaur-tabs-mode-hook
|
||||
(defun +tabbar-init-frames-h ()
|
||||
(dolist (frame (frame-list))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue