From b8b5d505d5bf1f978bd4b0ab785049658ec90b48 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jan 2024 13:06:42 +0000 Subject: [PATCH] Re-enable corfu-auto with sensible settings --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f4ba247..4948870 100644 --- a/README.org +++ b/README.org @@ -875,7 +875,9 @@ Set treesit to fontify all elements, default was 3 (out of 4) :demand :custom (corfu-cycle t) - (corfu-auto nil) + (corfu-auto t) + (corfu-auto-delay 0.2) + (corfu-auto-prefix 3) (corfu-quit-no-match 'separator) (corfu-quit-at-boundary 'separator) (corfu-preview-current nil)