summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-03-01 19:50:59 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-03-01 19:50:59 +0100
commit763e78c16358308f4008ad2bfcf1ca39124e4f37 (patch)
tree38165eb01f0bd794c61c20e6d915750a66716cb5
parentb71465fa6b6588babc98a1ae7034c9a41e5eaca7 (diff)
README: Update features list
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index b00e57b..55c6474 100644
--- a/README.org
+++ b/README.org
@@ -42,16 +42,16 @@
- The popup can be summoned explicitly by pressing =TAB= at any time.
- The current candidate is inserted with =TAB= and selected with =RET=.
- Candidates sorting by prefix, string length and alphabetically.
- - The selected candidate is previewed (configuable via ~corfu-preview-current~).
+ - The selected candidate is previewed (configurable via ~corfu-preview-current~).
- The selected candidate automatically committed on further input by default.
(configurable via ~corfu-preview-current~).
- The [[https://github.com/oantolin/orderless][Orderless]] completion style is supported. The filter string can contain
- arbitrary characters, including spaces, if ~corfu-separator~ is configured (try =M-SPC=).
+ arbitrary characters, after inserting a space via =M-SPC= (configurable via
+ ~corfu-quit-at-boundary~ and ~corfu-separator~).
- Deferred completion style highlighting for performance.
- Jumping to location/documentation of current candidate.
- - Show candidate documentation/signature string in the echo area.
+ - Support for candidate annotations and documentation in the echo area.
- Deprecated candidates are crossed out in the display.
- - Support for annotations (~annotation-function~, ~affixation-function~).
- Icons can be provided by an external package via margin formatter functions.
* Installation and Configuration