chore(completion): remove needless company-mode references

Since we enable global-company-mode, explicitly enabling it in the setup
for various major modes does nothing. But it does tie the code to
company mode, making it harder to try alternatives like corfu.
This commit is contained in:
2022-03-13 12:36:10 +00:00
parent 44ce6c5787
commit 4ea4f6dc95
17 changed files with 4 additions and 34 deletions

View File

@@ -15,9 +15,7 @@
:init
(defun siren-sql-mode-setup ()
(setq tab-width 2)
(company-mode +1)))
(setq tab-width 2)))
(use-package lsp-sqls
:straight lsp-mode