diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-12 20:31:42 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-12 20:31:42 +0100 |
| commit | 8dd1cb7d17353f01158843155a0df87e1b204a4c (patch) | |
| tree | d4dd37783a59242da2125b1d7ee54f593ef56eee /README.org | |
| parent | 82379e8bd9f3ce5a87ce7b97be1558b690fad5e2 (diff) | |
Rename corfu-insert-single to corfu-on-exact-match (See #109)
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ ;; (corfu-quit-no-match nil) ;; Never quit, even if there is no match ;; (corfu-preview-current nil) ;; Disable current candidate preview ;; (corfu-preselect-first nil) ;; Disable candidate preselection - ;; (corfu-insert-single nil) ;; Do not insert single matches automatically + ;; (corfu-on-exact-match nil) ;; Configure handling of exact matches ;; (corfu-echo-documentation nil) ;; Disable documentation in the echo area ;; (corfu-scroll-margin 5) ;; Use scroll margin |
