diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-23 12:41:36 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-23 12:41:36 -0500 |
| commit | 2df602bc74e7b758f6efafdc490ae3f56a02710b (patch) | |
| tree | 44622dc0c18491b88d2f670306ecf141fc341c17 | |
| parent | 3b15b2f59d67fc0f1e15a510bc8c5b6b999efe10 (diff) | |
Add TOC to README
| -rw-r--r-- | README.org | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,7 @@ * Overview +:PROPERTIES: +:TOC: :include all :ignore this +:END: This package provides an =orderless= completion style that divides the pattern into space-separated components, and matches candidates that @@ -41,6 +44,18 @@ the candidates displayed vertically, you can use [[https://github.com/oantolin/i Bug reports are highly welcome and appreciated! +:CONTENTS: +- [[#screenshot][Screenshot]] +- [[#customization][Customization]] + - [[#component-matching-styles][Component matching styles]] + - [[#component-separator-regexp][Component separator regexp]] + - [[#faces-for-component-matches][Faces for component matches]] +- [[#related-packages][Related packages]] + - [[#ivy-and-helm][Ivy and Helm]] + - [[#prescient][Prescient]] + - [[#icicless-progressive-matching][Icicles's progressive matching]] +:END: + * Screenshot This is what it looks like to use =describe-function= (bound by default |
