oantolin / orderless

Emacs completion style that matches multiple regexps in any order
GNU General Public License v3.0
776 stars 27 forks source link

Full matched candidate is often not the first one #144

Closed netjune closed 1 year ago

netjune commented 1 year ago

Doesn't it support sorting?

minad commented 1 year ago

Orderless does not sort. This is intentionally unsupported. But completion UIs like Vertico make sure that the exactly matched candidate comes first.

netjune commented 1 year ago

OK. Thanks.

I just set orderless-matching-styles to '(orderless-literal). It seems better now.

netjune commented 1 year ago

OK. Thanks.

I just set orderless-matching-styles to '(orderless-literal). It seems better now.