diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-22 21:53:15 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-22 21:53:15 +0100 |
| commit | 31acb66152f271357a54af47fcaa4b43f2c9220b (patch) | |
| tree | 4ea8898656d2628288bd76eae89788843ffad354 | |
| parent | adb54fc562e7b1c1b94d0f16dc9be3f78ea5b439 (diff) | |
Update README
| -rw-r--r-- | README.org | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -13,12 +13,18 @@ * Introduction Cape provides a bunch of Completion At Point Extensions which can be used in -combination with my [[https://github.com/minad/corfu][Corfu]] completion UI or the default completion UI. You can -register the ~cape-*-capf~ functions in the ~completion-at-point-functions~ list. -This makes the corresponding completion backends available to the -~completion-at-point~ command, which is usually invoked by pressing ~TAB~ or ~M-TAB~. -Furthermore there are a handful of dedicated completion commands ~cape-*~, which -you can bind directly to a key in your user configuration. +combination with my [[https://github.com/minad/corfu][Corfu]] completion UI or the default completion UI. The +completion backends used by ~completion-at-point~ are so called +~completion-at-point-functions~ (Capfs). + +You can register the ~cape-*-capf~ functions in the ~completion-at-point-functions~ +list. This makes the backends available for completion, which is usually invoked +by pressing ~TAB~ or ~M-TAB~. Furthermore there are a handful of dedicated +completion commands ~cape-*~, which you can bind directly to a key in your user +configuration. + +On the more experimental side, Cape provides the super power to transform +Company backends into Capfs and merge multiple Capfs into a Super-Capf! * Configuration |
