From c29e4e260978a2e58ff2b9b2101687a467190220 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 10 Jan 2024 14:19:26 +0000 Subject: [PATCH] Turn off corfu-auto --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 768596d..7820213 100644 --- a/README.org +++ b/README.org @@ -878,8 +878,7 @@ Set treesit to fontify all elements, default was 3 (out of 4) :demand :custom (corfu-cycle t) - (corfu-auto t) - (corfu-auto-prefix 2) + (corfu-auto nil) (corfu-quit-no-match 'separator) (corfu-quit-at-boundary 'separator) (corfu-preview-current nil)