summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2021-01-04 13:59:00 -0600
committerOmar Antolín <omar.antolin@gmail.com>2021-01-04 13:59:00 -0600
commit487e51ea663ee9b73150bae3224f7feb5aa45b08 (patch)
treefaaa2c566e97c36e8ccad7df653bf9ac728cd132
parent3bcfb3f806c67ba5debf6765d5b7920ae880bfdb (diff)
parent0826fd4eb42417b6c12609cf9c4122d359e13c2f (diff)
Merge branch 'master' of https://github.com/oantolin/orderless
-rw-r--r--README.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.org b/README.org
index 5136e2b..ae34e24 100644
--- a/README.org
+++ b/README.org
@@ -149,14 +149,6 @@ define new matching styles. The predefined ones are:
This maps =abc= to =a.*b.*c=.
-- orderless-prefixes :: the component is split at word endings and
- each piece must match at a word boundary in the candidate, occurring
- in that order.
-
- This is similar to the built-in =partial-completion= completion-style.
- For example, =re-re= matches =query-replace-regexp=, =recode-region= and
- =magit-remote-list-refs=; =f-d.t= matches =final-draft.txt=.
-
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.