Config: optimize completion config and custom theme color

This commit is contained in:
User
2026-04-02 06:30:29 +08:00
parent be6c0eb5e1
commit ac82a344c9
4 changed files with 9 additions and 7 deletions

View File

@@ -13,9 +13,6 @@
;; corfu
(use-package corfu
:custom
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
:init
(global-corfu-mode)
(corfu-history-mode)
@@ -23,8 +20,12 @@
(corfu-echo-mode)
:custom
(corfu-popupinfo-delay 0.5)
(corfu-auto t)
(corfu-cycle t)
(corfu-auto-delay 0.1)
(corfu-popupinfo-delay 0.2)
(corfu-preview-current nil)
(corfu-auto-prefix 2)
:bind
(:map corfu-map