From c7eeab2a4ec1fe0c305e77479884daa53fda7937 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 13 Mar 2024 14:24:51 -0400 Subject: [PATCH] fix(emacs): remove `tab-bar-mode` Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d463996..63e19fc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -145,7 +145,6 @@ (add-hook 'after-init-hook 'marginalia-mode) (add-hook 'after-init-hook 'global-flycheck-mode) (add-hook 'after-init-hook 'vertico-mode) -(add-hook 'after-init-hook 'tab-bar-mode) (add-hook 'after-init-hook 'global-anzu-mode) (add-hook 'company-mode-hook 'company-box-mode)