diff options
| author | Omar Antolin Camarena <omar.antolin@gmail.com> | 2024-03-05 08:59:56 -0600 |
|---|---|---|
| committer | Omar Antolin Camarena <omar.antolin@gmail.com> | 2024-03-05 08:59:56 -0600 |
| commit | 19d873b5eff42ed66f5f3c7b9b807b4dd29df757 (patch) | |
| tree | 001f8cfea80b8e5bbbd0feea8fe1e4a431787934 /orderless.texi | |
| parent | 41d0287b6f1bb6ec3f5c3fc5b4986f278de63f55 (diff) | |
Change default syntax for annotation matching to &
The @ sign is used for several other thing like user names on many
services which have Emacs clients, and is also used to add words to
local dictionaries in Jinx.
Diffstat (limited to 'orderless.texi')
| -rw-r--r-- | orderless.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/orderless.texi b/orderless.texi index b381aa2..c62037d 100644 --- a/orderless.texi +++ b/orderless.texi @@ -247,8 +247,9 @@ special characters used as either a prefix or suffix: ! modifies the component with @samp{orderless-not}. Both @samp{!bad} and @samp{bad!} will match strings that do @emph{not} contain the pattern @samp{bad}. @item -@@ modifies the component with @samp{orderless-annotation}. The pattern -will match against the candidate's annotation. +& modifies the component with @samp{orderless-annotation}. The pattern +will match against the candidate's annotation (cheesy mnemonic: +andnotation!). @item , uses @samp{orderless-initialism}. @item |
