summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar AntolĂ­n Camarena <omar.antolin@gmail.com>2022-09-17 19:23:57 -0500
committerGitHub <noreply@github.com>2022-09-17 19:23:57 -0500
commit2e46849f5eac049b04eb9d1655b78203d1d31f09 (patch)
treea774194188dd6e5a6b1f1f1e66dfcdfe746b0e9b
parent8b9af2796fa0eb87eea4140bc08d16880a493803 (diff)
parentb341b825eccc063d1d42a18d2bbc2a4895ada8f6 (diff)
Merge pull request #122 from minad/fix-121
Fix 121
-rw-r--r--README.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.org b/README.org
index 6303a31..f90b0a7 100644
--- a/README.org
+++ b/README.org
@@ -428,14 +428,14 @@ install Helm and configure Icomplete to use it as follows:
** Prescient
-The [[https://github.com/raxod502/prescient.el][prescient.el]] library also provides matching of space-separated
-components in any order and it can be used with either the [[https://github.com/raxod502/selectrum][Selectrum]] or
-[[https://github.com/abo-abo/swiper][Ivy]] completion UIs (it does not offer a completion-style that could be
-used with Emacs' default completion UI, Mct, Vertico or with Icomplete).
-The components can be matched literally, as regexps, as initialisms or
-in the flex style (called "fuzzy" in prescient). In addition to
-matching, =prescient.el= also supports sorting of candidates (=orderless=
-leaves that up to the candidate source and the completion UI).
+The [[https://github.com/raxod502/prescient.el][prescient.el]] library also provides matching of space-separated components in
+any order. It offers a completion-style that can be used with Emacs' default
+completion UI, Mct, Vertico or with Icomplete. Furthermore Selectrum and Ivy are
+supported. The components can be matched literally, as regexps, as initialisms
+or in the flex style (called "fuzzy" in prescient). Prescient does not offer the
+same flexibility as Orderless with its style dispatchers. However in addition to
+matching, Prescient supports sorting of candidates, while Orderless leaves that
+up to the candidate source and the completion UI.
** Restricting to current matches in Icicles, Ido and Ivy