diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-22 02:15:51 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-22 02:15:51 -0500 |
| commit | 9856eeed32173198f8ea2211332b8b27135141c8 (patch) | |
| tree | 70fff57b3df60980be077d9cf46b37ed2df13611 | |
| parent | ff6f57c7c87d4b11a641bd530ed70ec7e3eb5f1d (diff) | |
Mention prefixes style in overview
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ This package provides an =orderless= completion style that divides the pattern into space-separated components, and matches candidates that match all of the components in any order. Each component can match in any one of several matching styles: literally, as a regexp, as an -initialism or in the "flex" style. The regexp and initialism styles -are enabled by default. +initialism, in the flex style, or as word prefixes. The regexp and +initialism styles are enabled by default. Completion styles are used as entries in the variables =completion-styles= and =completion-category-overrides=, see their |
