diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2020-04-27 23:13:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 23:13:10 -0500 |
| commit | 7a547b5722190429f9ac6b3417d615af63a58865 (patch) | |
| tree | 6a517286195feca7624fb88127add11cbe838a57 | |
| parent | b69b52289fdb0023a3123b1ddec5b490125345a3 (diff) | |
Drew says "progressive completion"
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ Bug reports are highly welcome and appreciated! - [[#related-packages][Related packages]] - [[#ivy-and-helm][Ivy and Helm]] - [[#prescient][Prescient]] - - [[#icicless-progressive-matching][Icicles's progressive matching]] + - [[#icicless-progressive-completion][Icicles's progressive completion]] - [[#integration-with-other-completion-uis][Integration with other completion UIs]] - [[#ivy][Ivy]] - [[#selectrum][Selectrum]] @@ -209,7 +209,7 @@ 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). -** Icicles's progressive matching +** Icicles's progressive completion An effect equivalent to matching multiple components in any order can be achieved in completion frameworks that provide a way to restrict |
