mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user