From 26cadaa48e88646e7849b91f9620d7dc071be190 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 8 Aug 2023 20:56:16 -0700 Subject: [PATCH] fix: add `tab-bar-mode` minor mode Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1f6fc36..447a17f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -90,6 +90,7 @@ (add-hook 'after-init-hook 'global-flycheck-mode) (add-hook 'after-init-hook 'workgroups-mode) (add-hook 'after-init-hook 'vertico-mode) +(add-hook 'after-init-hook 'tab-bar-mode) (add-hook 'company-mode-hook 'company-box-mode)