From 4871d421bf29c42c8cbd5d1a9ffb7437e4d5db18 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:56:48 -0500 Subject: fancy tab bars --- bard-emacs-modules/bard-emacs-window.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-window.el') diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 665b0b3..130ab6c 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -141,5 +141,16 @@ :bind ("C-x w t" . tear-off-window)) +(use-package tab-bar + :ensure nil + :config + (tab-bar-mode +1) + + (setq tab-bar-tab-hints t + tab-bar-close-button-show nil + tab-bar-new-button-show nil + tab-bar-separator " " + tab-bar-auto-width nil)) + (provide 'bard-emacs-window) ;;; bard-emacs-window.el ends here -- cgit v1.2.3