diff options
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 |
