diff --git a/emacs/init.org b/emacs/init.org index f31560e..e574405 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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