1
0
Fork 0

fix(emacs): remove workgroups

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-04 23:33:13 -05:00
parent 53dd2e3f59
commit 050c6307c8
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)