Allow completion cycling up to at most 10 candidates

The limit is arbitrary, but should practically be good enough.
This commit is contained in:
Daniel - 2021-04-16 15:17:25 +02:00
parent 9a1dbf89f4
commit fa2dfed55c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@
message-log-max t
inhibit-eol-conversion nil
tab-always-indent 'complete
completion-cycle-threshold 10
enable-recursive-minibuffers t
set-mark-command-repeat-pop t
large-file-warning-threshold 10000000