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

View File

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