summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-11-17 17:08:47 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2021-11-17 17:08:47 +0100
commit81453d987ebf2ef213998cba3c23545a4b41bedb (patch)
tree39abfe537a95c6f4f02c6a350e12c4ec3f7dcccc
parent705d0ca1fd0891dcbc82ceb5d68e4da27957f0e8 (diff)
README: Fix typo
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 717004c..d2bd998 100644
--- a/README.org
+++ b/README.org
@@ -43,7 +43,7 @@
- Candidates sorting by prefix, string length and alphabetically.
- The selected candidate is previewed (configuable via ~corfu-preview-current~).
- The selected candidate automatically committed on further input by default
- (configurable via ~~corfu-commit-predicate~~).
+ (configurable via ~corfu-commit-predicate~).
- The [[https://github.com/oantolin/orderless][Orderless]] completion style is supported. The filter string can contain
arbitrary characters, including spaces, if ~corfu-quit-at-boundary~ is nil.
- Deferred completion style highlighting for performance.