radian-software / prescient.el

☄️ Simple but effective sorting and filtering for Emacs.
MIT License
603 stars 25 forks source link

Remove `prescient-completion-enable-sort` to avoid confusion. #130

Closed okamsn closed 1 year ago

okamsn commented 1 year ago

It is better to make the various completion UIs use prescient-completion-sort directly, as this allows the sorting of candidates filtered by other completion styles and avoids Company Prescient re-sorting candidates from company-capf.

To keep things simple, the option of modifying completion-table metadata is removed.

See #129 and conversations in minad/vertico#237.