summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-23 09:25:38 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-23 09:25:38 +0100
commit784645b2c19ce4a2be19df2b8b90e77bfe93820d (patch)
treef610221d9474d83e34de9b1636c1e2eab88f2867 /README.org
parent1529c30e2503c4a7e776201f190377cec3a6acd2 (diff)
Update settings in README
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 8cc82fd..a9825e2 100644
--- a/README.org
+++ b/README.org
@@ -230,7 +230,7 @@ due to the high load on the Lisp runtime and garbage collector.
#+begin_src emacs-lisp
(setq corfu-auto t
corfu-auto-delay 0 ;; TOO SMALL - NOT RECOMMENDED!
- corfu-auto-prefix 1) ;; TOO SMALL - NOT RECOMMENDED!
+ corfu-auto-prefix 0) ;; TOO SMALL - NOT RECOMMENDED!
(add-hook 'corfu-mode-hook
(lambda ()
@@ -282,7 +282,7 @@ enables efficient prefix filtering for input shorter than 4 characters.
(setq corfu-auto t
corfu-auto-delay 0 ;; TOO SMALL - NOT RECOMMENDED
- corfu-auto-prefix 1) ;; TOO SMALL - NOT RECOMMENDED
+ corfu-auto-prefix 0) ;; TOO SMALL - NOT RECOMMENDED
(add-hook 'corfu-mode-hook
(lambda ()