diff options
| author | Omar Antolin Camarena <omar.antolin@gmail.com> | 2024-02-25 12:42:52 -0600 |
|---|---|---|
| committer | Omar Antolin Camarena <omar.antolin@gmail.com> | 2024-02-25 12:42:52 -0600 |
| commit | 2e904412e4e31a0312d77dd7697d6a59faa627fe (patch) | |
| tree | c43b2dbc4f4e3a80e40d9c47e182fa9634214569 /README.org | |
| parent | d0a56faced68f42ee1ac997b4119f5f5400c155e (diff) | |
Work around bug in GitHub's org parserfix-github-org
Sadly neither =verbatim= nor ~code~ syntax seems to work in all cases,
in particular, neither =,= nor ~,~ display a fixed-width comma.
This fixes #155.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -186,16 +186,16 @@ Style modifiers should not be used directly in =orderless-affix-dispatch= which enables a simple syntax based on special characters used as either a prefix or suffix: - - =!= modifies the component with =orderless-not=. Both =!bad= and =bad!= - will match strings that do /not/ contain the pattern =bad=. - - =@= modifies the component with =orderless-annotation=. The pattern - will match against the candidate annotation. - - =,= uses =orderless-initialism=. - - === uses =orderless-literal=. - - =~= uses =orderless-flex=. - - =%= makes the string match ignoring diacritics and similar - inflections on characters (it uses the function =char-fold-to-regexp= - to do this). + - ! modifies the component with =orderless-not=. Both =!bad= and + =bad!= will match strings that do /not/ contain the pattern =bad=. + - @ modifies the component with =orderless-annotation=. The pattern + will match against the candidate's annotation. + - , uses =orderless-initialism=. + - = uses =orderless-literal=. + - ~ uses =orderless-flex=. + - % makes the string match ignoring diacritics and similar + inflections on characters (it uses the function + =char-fold-to-regexp= to do this). You can add, remove or change this mapping between affix characters and matching styles by customizing the user option |
