Re-enable corfu-auto with sensible settings

This commit is contained in:
Evie Litherland-Smith 2024-01-12 13:06:42 +00:00
parent f8b9df86c5
commit b8b5d505d5

View file

@ -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)