diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2021-03-23 09:47:54 -0600 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2021-03-23 09:47:54 -0600 |
| commit | 150155ce3cdd28a8a94cdf99d769b2350cf07b5c (patch) | |
| tree | 95c640948494cf21be989b6406537cb3220472aa /README.org | |
| parent | a609004d5fc3d2755545069187b6362e7a92d017 (diff) | |
Add literal matching to default styles and document (fix #42)
There is some misguided consensus that any candidate should be able to match itself... :P
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -105,7 +105,6 @@ define new matching styles. The predefined ones are: are typing, so be prepared for the results to be a little funny before you close a bracket or parentheses, etc.) - - orderless-literal :: the component is treated as a literal string that must occur in the candidate. @@ -154,8 +153,8 @@ define new matching styles. The predefined ones are: This maps =abc= to =a.*b.*c=. The variable =orderless-matching-styles= can be set to a list of the -desired matching styles to use. By default it enables the regexp and -initialism styles. +desired matching styles to use. By default it enables the literal, +regexp and initialism styles. *** Style dispatchers |
