oantolin / orderless

Emacs completion style that matches multiple regexps in any order

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full matched candidate is often not the first one

netjune opened this issue · comments

Doesn't it support sorting?

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

OK. Thanks.

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

OK. Thanks.

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