From 050c6307c87f73bf555855627dd4033ccf1bab8b Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 4 Feb 2024 23:33:13 -0500 Subject: [PATCH] fix(emacs): remove `workgroups` Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 76fb788..c4488e4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -30,7 +30,6 @@ ;; Convenience (straight-use-package 'projectile) -(straight-use-package 'workgroups2) (straight-use-package 'bufler) ;; UI @@ -140,7 +139,6 @@ (add-hook 'after-init-hook 'marginalia-mode) (add-hook 'after-init-hook 'which-key-mode) (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 'after-init-hook 'global-anzu-mode)