-
isearch matches |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Nov 12, 2023
Replies: 1 comment
-
Assuming that you use the Orderless default configuration, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nivekuil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming that you use the Orderless default configuration,
=!
should do it. The trick here is that=
is an affix style dispatcher, see https://github.com/oantolin/orderless#style-dispatchers. You can also setorderless-style-dispatchers
to nil or customizeorderless-affix-dispatch-alist
if you prefer a different configuration.