From bb46fa86e3a15742e8cd9b11447dfaa90f2918c0 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 11 Dec 2022 15:37:03 -0500 Subject: [PATCH] Remove unused tab-bar customizations --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 98b4458..1870db5 100644 --- a/init.el +++ b/init.el @@ -177,8 +177,6 @@ visual-line-fringe-indicators t ; (visual-line-mode) - Shows fringe indicators for wrapping tab-line-close-button-show nil ; (tab-line-mode) - Do not show close button on tabs tab-line-new-button-show nil ; (tab-line-mode) - Do not show "new tab" button - tab-bar-close-button-show nil ; (tab-bar-mode) - Do not show close button on tabs - tab-bar-new-button-show nil ; (tab-bar-mode) - Do not show "new tab" button ) ;;====================