diff options
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 8f0ac21..c02e7be 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -968,10 +968,10 @@ effectively. (use-package tab-bar :defer t :init - (setq tab-bar-show 1 - tab-bar-close-button-show nil + (setq tab-bar-close-button-show nil tab-bar-format '(tab-bar-format-history tab-bar-format-tabs tab-bar-separator)) :config + (setq tab-bar-show 1) (tab-bar-mode) :general (tab-leader |