corfu-doc -> corfu-popupinfo

This commit is contained in:
David Morgan 2022-11-29 16:14:26 +00:00
parent e403d24255
commit 433a03dee0
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 4 deletions

View File

@ -131,7 +131,7 @@ no words in between, beginning with the first word."
;; code completion - corfu
(use-package corfu
:straight (corfu :files (:defaults "extensions/*")
:includes (corfu-indexed corfu-quick corfu-history corfu-info))
:includes (corfu-indexed corfu-quick corfu-history corfu-info corfu-popupinfo))
:custom
(corfu-cycle t)
:bind (:map corfu-map
@ -154,9 +154,8 @@ no words in between, beginning with the first word."
(corfu-history-mode 1)
(add-to-list 'savehist-additional-variables 'corfu-history))
(use-package corfu-doc
:hook
(corfu-mode . corfu-doc-mode))
(use-extension corfu corfu-popupinfo
:hook (global-corfu-mode . corfu-popupinfo-mode))
(use-package cape
:bind (("C-c p p" . completion-at-point) ;; capf