1
0
Fork 0

fix(emacs): remove remaining company packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-25 17:24:31 -07:00
parent 9e3a59778c
commit 0d16a629f9
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 0 additions and 17 deletions

View file

@ -34,11 +34,6 @@
:init
(global-corfu-mode)
(corfu-popupinfo-mode))
(use-package company-box :straight t
:after (company)
:hook (company-mode . company-box-mode))
(use-package company-math :straight t
:after (company))
(use-package vertico :straight t
:init
(add-hook 'after-init-hook 'vertico-mode))