diff options
| author | BardofSprites <[email protected]> | 2024-11-16 15:56:48 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-16 15:56:48 -0500 |
| commit | 4871d421bf29c42c8cbd5d1a9ffb7437e4d5db18 (patch) | |
| tree | 39e4cc4f8b2ff3f890cebc5acef0bfc471a5de82 /bard-emacs-modules/bard-emacs-window.el | |
| parent | f425c2f84af59f5235cca3bd20ebffe4d0be5d61 (diff) | |
fancy tab bars
Diffstat (limited to 'bard-emacs-modules/bard-emacs-window.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-window.el | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
