Remove the sorting in company.

It wasn't really that much of an improvement.
This commit is contained in:
Tom Alexander 2023-10-16 11:16:57 -04:00
parent eae6737d76
commit 47c36a82bf
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -38,7 +38,6 @@
:hook (eglot-managed-mode . company-mode)
:config
(setq company-backends '((company-capf)))
(setq company-transformers '(company-sort-by-occurrence))
)
;; (use-package company-box