Document my/company-prescient-sort-length-off.

This commit is contained in:
tastytea 2021-06-02 00:12:26 +02:00
parent 2a41488ab0
commit dca1149236
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@
(use-package company-prescient
:after (prescient company)
:config (defun my/company-prescient-sort-length-off ()
"Turn off length-based sorting.
Desirable when another intelligent sorting algorithm is at work."
(setq-local company-prescient-sort-length-enable nil))
:hook (company-mode . company-prescient-mode))