From 2362248734ac3b57a768213cef6486917d9a4735 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 7 Feb 2023 10:07:45 -0800 Subject: emacs: always show tab-bar --- .emacs.local.d/modes/tabbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-") '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) -- cgit v1.2.3