From 21743e72a22b8404ea468395e941fbf510fbcf79 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 26 Feb 2020 17:33:08 -0500 Subject: [PATCH] Limit centaur-tabs length and decrease tab height slightly --- emacs/init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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