From ad4c04dcbb4e65165811aced259fc20c40c19fdb Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 14 Jul 2022 23:42:08 +0200 Subject: Automatically close tab-bar once a single tab remains --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 2400927..4f688e3 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -98,6 +98,7 @@ '(show-paren-mode t) '(split-width-threshold 120) '(switch-to-buffer-obey-display-actions t) + '(tab-bar-show 1) '(tool-bar-mode nil) '(truncate-lines t) '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) -- cgit v1.2.3