From 64287f938426033a9860532fd3057df7dfa1de9b Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 1 May 2023 10:49:40 +0300 Subject: [PATCH] Make centaur-tabs truncate long buffer names --- emacs-notepad.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs-notepad.org b/emacs-notepad.org index ba316d1..4f6296c 100644 --- a/emacs-notepad.org +++ b/emacs-notepad.org @@ -843,6 +843,7 @@ Use this instead of `centaur-tabs-buffer-groups' for the (setq centaur-tabs-down-tab-text " v " centaur-tabs-backward-tab-text " < " centaur-tabs-forward-tab-text " > " + centaur-tabs-label-fixed-length 15 centaur-tabs-set-icons t centaur-tabs-show-navigation-buttons t centaur-tabs-buffer-groups-function 'emacs-notepad-centaur-tabs-no-group -- 2.45.2