summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--tabs.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-06-20 00:04:30 -0600
committerbd <bdunahu@operationnull.com>2024-06-20 00:04:30 -0600
commit46f4abcd82989c330b7fc8b7f63a90eb0d7c0704 (patch)
treea37e661287dced5c986a2b82dae491d24bcfc6b6 /.config/emacs/modules/bd--tabs.el
parentef625f040941b5e6028afcce9d196943f87bee63 (diff)
Autostart eshell, make tabs match dwm bar
Diffstat (limited to '.config/emacs/modules/bd--tabs.el')
-rw-r--r--.config/emacs/modules/bd--tabs.el7
1 files changed, 5 insertions, 2 deletions
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))