From 46f4abcd82989c330b7fc8b7f63a90eb0d7c0704 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 20 Jun 2024 00:04:30 -0600 Subject: Autostart eshell, make tabs match dwm bar --- .config/emacs/modules/bd--tabs.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/emacs/modules/bd--tabs.el') diff --git a/.config/emacs/modules/bd--tabs.el b/.config/emacs/modules/bd--tabs.el index c95768b..3f627b7 100644 --- a/.config/emacs/modules/bd--tabs.el +++ b/.config/emacs/modules/bd--tabs.el @@ -11,10 +11,13 @@ ;;;; remove useless gui elements (setopt tab-bar-format '(tab-bar-format-tabs) - tab-bar-close-button-show nil) + tab-bar-close-button-show nil + + ;; size + tab-bar-auto-width-max nil) ;;;; add useless text elements -(setopt tab-bar-tab-hints t +(setopt tab-bar-tab-hints nil tab-bar-select-tab-modifiers '(meta)) -- cgit v1.2.3