oantolin / orderless

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

Fix initialism regexp in README #143

Closed joshleeb closed 1 year ago

joshleeb commented 1 year ago

This change fixes the initialism regex provided as an example in the README.

Forgive me if the regex is actually correct, and my understanding is wrong. Given the escaping slash before c it appeared as if there is a missing < and it should actually be \<a.*\<b.*\<c.

oantolin commented 1 year ago

You're absolutely right, thanks!