Config: optimize completion config and custom theme color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user