From 784645b2c19ce4a2be19df2b8b90e77bfe93820d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 23 Nov 2024 09:25:38 +0100 Subject: Update settings in README --- README.org | 4 ++-- 1 file 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 () -- cgit v1.0