From 1dca4660bc93c322ecb549197c01285d11bde284 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 21 Nov 2024 11:04:01 +0000 Subject: [PATCH] Set tab-bar-show to only show when more than 1 tab present Don't show tab-bar by default / at startup --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5e98ed4..4682364 100644 --- a/README.org +++ b/README.org @@ -94,11 +94,11 @@ Configure the look and feel of Emacs (setopt indent-tabs-mode nil async-shell-command-display-buffer nil compilation-scroll-output t + tab-bar-show 1 tab-line-tabs-function 'tab-line-tabs-mode-buffers) (global-prettify-symbols-mode +1) (global-tab-line-mode +1) -(tab-bar-mode +1) (menu-bar-mode +1) (tool-bar-mode -1) (scroll-bar-mode -1)