diff options
author | Raul Benencia <rul@kalgan.cc> | 2023-02-07 10:07:45 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2023-02-07 10:07:45 -0800 |
commit | 2362248734ac3b57a768213cef6486917d9a4735 (patch) | |
tree | 706c62e06a824cd868e8f84d13b4c0fa9e3605ee /.emacs.local.d/modes/tabbar.el | |
parent | b07de59e015b89f93c3f5064d9863286440d3fd9 (diff) |
emacs: always show tab-bar
Diffstat (limited to '.emacs.local.d/modes/tabbar.el')
-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) |