diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2020-04-16 10:45:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 10:45:29 -0500 |
| commit | 269d7388ab69078a1f404d20376680b4392bb05a (patch) | |
| tree | e8a9e7652b1a53a0c7f840670169bdae75dca4f4 | |
| parent | 4effeb083983a8cbf0fd57f433ffeb478276bd7b (diff) | |
| parent | 25266dfc6033688c3b5d002dbee78790ecf89101 (diff) | |
Merge pull request #6 from raxod502/patch-1
Update reference to prescient.el in README
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -73,6 +73,6 @@ Helm and configure Icomplete to use it as follows: Helm UI in =helm-mode= rather than using Icomplete.) The combination of [[https://github.com/raxod502/selectrum][Selectrum]] and [[https://github.com/raxod502/prescient.el][prescient.el]] also provides matching -of space-separated components in any order, but the components are -matched as either literal strings or initialisms rather than as -regexps. +of space-separated components in any order, but each component can be +matched not only as a regexp, but also a literal string or an +initialism, so the set of candidates returned may be larger. |
