branch: externals/corfu commit 81453d987ebf2ef213998cba3c23545a4b41bedb Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.