From 35cd5a0f3cba89766072e3e933d1fe2ee02f2289 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 30 Mar 2024 10:30:01 +0100 Subject: README: Comment out cycling option --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index dda27cf..8dd1326 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. -- cgit v1.0