Limit centaur-tabs length and decrease tab height slightly
This commit is contained in:
parent
ca6900ab45
commit
21743e72a2
@ -2262,7 +2262,7 @@ UI-related keybindings:
|
||||
:init
|
||||
(setq centaur-tabs-set-icons t
|
||||
centaur-tabs-gray-out-icons 'buffer
|
||||
centaur-tabs-height 32
|
||||
centaur-tabs-height 30
|
||||
centaur-tabs-set-bar 'under
|
||||
x-underline-at-descent-line t
|
||||
centaur-tabs-set-modified-marker t
|
||||
@ -2272,7 +2272,8 @@ UI-related keybindings:
|
||||
centaur-tabs-forward-tab-text " ▶ "
|
||||
centaur-tabs-close-button "✕"
|
||||
centaur-tabs-modified-marker "⬤"
|
||||
centaur-tabs-cycle-scope 'tabs)
|
||||
centaur-tabs-cycle-scope 'tabs
|
||||
centaur-tabs-label-fixed-length 20)
|
||||
(leader-def-key "uT" #'centaur-tabs-mode)
|
||||
(centaur-tabs-mode)
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user