Corfu: well and truly fix use-package issues
This commit is contained in:
parent
7e93ced3a3
commit
c2e74339b6
@ -1047,6 +1047,8 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:config
|
:config
|
||||||
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)
|
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)
|
||||||
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify)
|
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify)
|
||||||
|
(corfu-echo-mode)
|
||||||
|
(corfu-history-mode)
|
||||||
:general
|
:general
|
||||||
(general-define-key
|
(general-define-key
|
||||||
:states 'insert
|
:states 'insert
|
||||||
@ -1057,17 +1059,6 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
"ESC" 'corfu-quit
|
"ESC" 'corfu-quit
|
||||||
"C-h" 'corfu-info-documentation
|
"C-h" 'corfu-info-documentation
|
||||||
"C-f" 'corfu-info-location))
|
"C-f" 'corfu-info-location))
|
||||||
;; (elpaca nil
|
|
||||||
(use-package corfu-echo
|
|
||||||
:elpaca nil
|
|
||||||
:custom (corfu-echo-delay t)
|
|
||||||
:after corfu
|
|
||||||
:config (corfu-echo-mode))
|
|
||||||
(use-package corfu-history
|
|
||||||
:elpaca nil
|
|
||||||
:after corfu
|
|
||||||
:config (corfu-history-mode))
|
|
||||||
;; )
|
|
||||||
(use-package cape
|
(use-package cape
|
||||||
:after corfu
|
:after corfu
|
||||||
:init
|
:init
|
||||||
|
Loading…
Reference in New Issue
Block a user