diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-17 17:08:47 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-17 17:08:47 +0100 |
| commit | 81453d987ebf2ef213998cba3c23545a4b41bedb (patch) | |
| tree | 39abfe537a95c6f4f02c6a350e12c4ec3f7dcccc | |
| parent | 705d0ca1fd0891dcbc82ceb5d68e4da27957f0e8 (diff) | |
README: Fix typo
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
