branch: externals/corfu
commit 35cd5a0f3cba89766072e3e933d1fe2ee02f2289
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Comment out cycling option
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index dda27cf7e2..8dd1326f41 100644
--- a/README.org
+++ b/README.org
@@ -136,7 +136,7 @@ Here is an example configuration:
 (use-package emacs
   :init
   ;; TAB cycle if there are only few candidates
-  (setq completion-cycle-threshold 3)
+  ;; (setq completion-cycle-threshold 3)
 
   ;; Enable indentation+completion using the TAB key.
   ;; `completion-at-point' is often bound to M-TAB.

Reply via email to