diff options
-rw-r--r-- | .emacs.local.d/modes/tabbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/tabbar.el b/.emacs.local.d/modes/tabbar.el index 787b88c..66c13b1 100644 --- a/.emacs.local.d/modes/tabbar.el +++ b/.emacs.local.d/modes/tabbar.el @@ -2,7 +2,7 @@ (global-set-key (kbd "C-<prior>") 'tab-bar-switch-to-prev-tab) ;; Only show the tab bar if there are 2 or more tabs -(setq tab-bar-show 1) +(setq tab-bar-show t) (defun my/project-create-tab () (interactive) |