summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-11-07 20:25:02 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-11-07 20:25:02 +0100
commitc2612381bb311fec4388f4c6252e0a3b0b523512 (patch)
tree5827f442b640151637f8f4b83c9add76d4f661ef /README.org
parent6b28d70ca622d555fb020b80563af925907ed145 (diff)
Update README
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index dc941cd..13827da 100644
--- a/README.org
+++ b/README.org
@@ -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)