From e1e1218a5391d38561decf517c6fcad1dc8b5fe0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 15 Nov 2023 08:13:19 +0000 Subject: [PATCH] Emacs: enable tab bar mode --- home/emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/init.org b/home/emacs/init.org index 482c7373..7b5e79f4 100644 --- a/home/emacs/init.org +++ b/home/emacs/init.org @@ -118,9 +118,9 @@ truncate-partial-width-windows nil) (menu-bar-mode -1) - (tab-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) + (tab-bar-mode +1) (line-number-mode +1) (column-number-mode +1) (global-display-line-numbers-mode -1)