summaryrefslogtreecommitdiff
path: root/orderless.el
diff options
context:
space:
mode:
authorOmar Antolin Camarena <omar.antolin@gmail.com>2024-03-05 08:59:56 -0600
committerOmar Antolin Camarena <omar.antolin@gmail.com>2024-03-05 08:59:56 -0600
commit19d873b5eff42ed66f5f3c7b9b807b4dd29df757 (patch)
tree001f8cfea80b8e5bbbd0feea8fe1e4a431787934 /orderless.el
parent41d0287b6f1bb6ec3f5c3fc5b4986f278de63f55 (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.el')
-rw-r--r--orderless.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el
index 38a2624..4026fb4 100644
--- a/orderless.el
+++ b/orderless.el
@@ -130,7 +130,7 @@ customizing this variable to see a list of them."
(defcustom orderless-affix-dispatch-alist
`((?% . ,#'char-fold-to-regexp)
(?! . ,#'orderless-not)
- (?@ . ,#'orderless-annotation)
+ (?& . ,#'orderless-annotation)
(?, . ,#'orderless-initialism)
(?= . ,#'orderless-literal)
(?^ . ,#'orderless-literal-prefix)