diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2022-09-17 19:23:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 19:23:57 -0500 |
| commit | 2e46849f5eac049b04eb9d1655b78203d1d31f09 (patch) | |
| tree | a774194188dd6e5a6b1f1f1e66dfcdfe746b0e9b | |
| parent | 8b9af2796fa0eb87eea4140bc08d16880a493803 (diff) | |
| parent | b341b825eccc063d1d42a18d2bbc2a4895ada8f6 (diff) | |
Merge pull request #122 from minad/fix-121
Fix 121
| -rw-r--r-- | README.org | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |
