diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-23 09:25:38 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-23 09:25:38 +0100 |
| commit | 784645b2c19ce4a2be19df2b8b90e77bfe93820d (patch) | |
| tree | f610221d9474d83e34de9b1636c1e2eab88f2867 /README.org | |
| parent | 1529c30e2503c4a7e776201f190377cec3a6acd2 (diff) | |
Update settings in README
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () |
