diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-03-30 10:30:01 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-03-30 10:30:01 +0100 |
| commit | 35cd5a0f3cba89766072e3e933d1fe2ee02f2289 (patch) | |
| tree | 08150841807e38c1d0994bdccbcf9243037d68f5 | |
| parent | 8ea189de9a791dfe6c0b2c72ddd434b45ebbbfe3 (diff) | |
README: Comment out cycling option
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
