From fa2dfed55cdcce49a351bd5d7687eaddda05657a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 16 Apr 2021 15:17:25 +0200 Subject: [PATCH] Allow completion cycling up to at most 10 candidates The limit is arbitrary, but should practically be good enough. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 8a8b4ac..be9f610 100644 --- a/init.el +++ b/init.el @@ -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