bump: :completion corfu
minad/corfu@921dd7c97e -> minad/corfu@0a616caedf Ref: minad/corfu@157b373abc Fix: #7977
This commit is contained in:
parent
559e5b6a96
commit
bd71e16cf4
2 changed files with 3 additions and 6 deletions
|
@ -48,11 +48,7 @@ If any return non-nil, `corfu-auto' will not invoke as-you-type completion.")
|
||||||
circe-mode
|
circe-mode
|
||||||
help-mode
|
help-mode
|
||||||
gud-mode
|
gud-mode
|
||||||
vterm-mode
|
vterm-mode)
|
||||||
;; Needed for `+corfu-want-minibuffer-completion' to be
|
|
||||||
;; respected. See #7977.
|
|
||||||
minibuffer-mode
|
|
||||||
minibuffer-inactive-mode)
|
|
||||||
t)
|
t)
|
||||||
corfu-cycle t
|
corfu-cycle t
|
||||||
corfu-preselect 'prompt
|
corfu-preselect 'prompt
|
||||||
|
@ -70,6 +66,7 @@ If any return non-nil, `corfu-auto' will not invoke as-you-type completion.")
|
||||||
(add-to-list 'corfu-continue-commands #'+corfu/smart-sep-toggle-escape)
|
(add-to-list 'corfu-continue-commands #'+corfu/smart-sep-toggle-escape)
|
||||||
(add-hook 'evil-insert-state-exit-hook #'corfu-quit)
|
(add-hook 'evil-insert-state-exit-hook #'corfu-quit)
|
||||||
|
|
||||||
|
;; Respect `+corfu-want-minibuffer-completion'
|
||||||
(defun +corfu-enable-in-minibuffer-p ()
|
(defun +corfu-enable-in-minibuffer-p ()
|
||||||
"Return non-nil if Corfu should be enabled in the minibuffer.
|
"Return non-nil if Corfu should be enabled in the minibuffer.
|
||||||
See `+corfu-want-minibuffer-completion'."
|
See `+corfu-want-minibuffer-completion'."
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; completion/corfu/packages.el
|
;;; completion/corfu/packages.el
|
||||||
|
|
||||||
(package! corfu :pin "921dd7c97ec41fe8ef81dd5f5a08b0f717586c86")
|
(package! corfu :pin "0a616caedf10ebba812a87de3adacd24cd46522b")
|
||||||
(package! cape :pin "9110956a5155d5e3c460160fa1b4dac59322c229")
|
(package! cape :pin "9110956a5155d5e3c460160fa1b4dac59322c229")
|
||||||
(when (modulep! +icons)
|
(when (modulep! +icons)
|
||||||
(package! nerd-icons-corfu :pin "7077bb76fefc15aed967476406a19dc5c2500b3c"))
|
(package! nerd-icons-corfu :pin "7077bb76fefc15aed967476406a19dc5c2500b3c"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue