diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-11 17:09:29 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-11 17:09:29 +0200 |
| commit | 2752592366aca8ec326ef1253abd32e8b7e61db1 (patch) | |
| tree | 059557ac83b3e2008332a8a08f4795c70ba1ad5c | |
| parent | 5f6bd31c102d9333035e056f0dc9882203f10d6b (diff) | |
Update readme
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ pressing ~TAB~ or ~M-TAB~. The functions can also be invoked interactively to trigger the respective completion at point. You can bind them directly to a key in your user configuration. Notable commands/Capfs are ~cape-line~ for completion of a line from the current buffer and ~cape-file~ for completion of a file name. -The command ~cape-symbol~ is particularly useful for documentation of Elisp -packages or configurations, since it completes Elisp symbols anywhere. +The commands ~cape-symbol~ and ~cape-elisp-block~ are useful for documentation of +Elisp packages or configurations, since they completes Elisp anywhere. Cape has the super power to transform Company backends into Capfs and merge multiple Capfs into a Super-Capf! These transformers allow you to still take |
