diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-07 20:25:02 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-07 20:25:02 +0100 |
| commit | c2612381bb311fec4388f4c6252e0a3b0b523512 (patch) | |
| tree | 5827f442b640151637f8f4b83c9add76d4f661ef /README.org | |
| parent | 6b28d70ca622d555fb020b80563af925907ed145 (diff) | |
Update README
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ Here is an example configuration: ;; (corfu-quit-no-match nil) ;; Never quit, even if there is no match ;; (corfu-preview-current nil) ;; Disable current candidate preview ;; (corfu-preselect 'prompt) ;; Preselect the prompt - ;; (corfu-on-exact-match nil) ;; Configure handling of exact matches + ;; (corfu-on-exact-match 'insert) ;; Configure handling of exact matches ;; Enable Corfu only for certain modes. See also `global-corfu-modes'. ;; :hook ((prog-mode . corfu-mode) |
