emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 784645b2c1: Update settings in README


From: ELPA Syncer
Subject: [elpa] externals/corfu 784645b2c1: Update settings in README
Date: Sat, 23 Nov 2024 03:57:39 -0500 (EST)

branch: externals/corfu
commit 784645b2c19ce4a2be19df2b8b90e77bfe93820d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update settings in README
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 8cc82fdfa1..a9825e222d 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]