bump: :completion vertico
minad/consult-flycheck@92b259e6a8 -> minad/consult-flycheck@0ad7e8ff15 minad/consult@57dc1adfdc -> minad/consult@85008702de minad/marginalia@678b6528f3 -> minad/marginalia@2fb2787bc3 minad/vertico@75f33e3620 -> minad/vertico@eedcb84786 oantolin/embark@5b34b2b603 -> oantolin/embark@725794f013 oantolin/orderless@62f71c34ba -> oantolin/orderless@1ccf74ffdb Remove +vertico-embark-vertico-indicator as it has been implemented upstream
This commit is contained in:
parent
36d7721c49
commit
39ed5eb9ec
3 changed files with 7 additions and 19 deletions
|
@ -245,17 +245,6 @@ targets."
|
||||||
(find-file (consult--find (car prompt-dir) #'+vertico--consult--fd-builder initial)))
|
(find-file (consult--find (car prompt-dir) #'+vertico--consult--fd-builder initial)))
|
||||||
(consult-find dir initial)))
|
(consult-find dir initial)))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun +vertico-embark-vertico-indicator ()
|
|
||||||
"An embark indicator that colorizes the vertico candidate differently on act"
|
|
||||||
(let ((fr face-remapping-alist))
|
|
||||||
(lambda (&optional keymap _targets prefix)
|
|
||||||
(when (bound-and-true-p vertico--input)
|
|
||||||
(setq-local face-remapping-alist
|
|
||||||
(if keymap
|
|
||||||
(cons '(vertico-current . embark-target) fr)
|
|
||||||
fr))))))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +vertico-basic-remote-try-completion (string table pred point)
|
(defun +vertico-basic-remote-try-completion (string table pred point)
|
||||||
(and (vertico--remote-p string)
|
(and (vertico--remote-p string)
|
||||||
|
|
|
@ -185,7 +185,6 @@ orderless."
|
||||||
(remq #'embark-which-key-indicator embark-indicators)))
|
(remq #'embark-which-key-indicator embark-indicators)))
|
||||||
(apply fn args)))
|
(apply fn args)))
|
||||||
(cl-nsubstitute #'+vertico-embark-which-key-indicator #'embark-mixed-indicator embark-indicators)
|
(cl-nsubstitute #'+vertico-embark-which-key-indicator #'embark-mixed-indicator embark-indicators)
|
||||||
(add-to-list 'embark-indicators #'+vertico-embark-vertico-indicator)
|
|
||||||
;; add the package! target finder before the file target finder,
|
;; add the package! target finder before the file target finder,
|
||||||
;; so we don't get a false positive match.
|
;; so we don't get a false positive match.
|
||||||
(let ((pos (or (cl-position
|
(let ((pos (or (cl-position
|
||||||
|
|
|
@ -4,19 +4,19 @@
|
||||||
(package! vertico
|
(package! vertico
|
||||||
:recipe (:host github :repo "minad/vertico"
|
:recipe (:host github :repo "minad/vertico"
|
||||||
:files ("*.el" "extensions/*.el"))
|
:files ("*.el" "extensions/*.el"))
|
||||||
:pin "75f33e36204f8a72d0b8cde81e04d3350a848981")
|
:pin "eedcb847869226701acaf9a36dce0a51d1b60862")
|
||||||
|
|
||||||
(package! orderless :pin "62f71c34baca0b7d0adeab4a1c07d85ffcee80d9")
|
(package! orderless :pin "1ccf74ffdbb0dd34caa63022e92f947c09c49c86")
|
||||||
|
|
||||||
(package! consult :pin "57dc1adfdc0feafc71c6f418ff7aa1adbe47a5fd")
|
(package! consult :pin "85008702de2d28a02123e3f93111dbf54d0a9189")
|
||||||
(package! consult-dir :pin "08f543ae6acbfc1ffe579ba1d00a5414012d5c0b")
|
(package! consult-dir :pin "08f543ae6acbfc1ffe579ba1d00a5414012d5c0b")
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
|
(package! consult-flycheck :pin "0ad7e8ff15683a4d64b79c29b3fcf847edfe244b"))
|
||||||
|
|
||||||
(package! embark :pin "5b34b2b60370cea5ad9da5931856667a6fae0501")
|
(package! embark :pin "725794f01347a8b1f25c6aea58886a1a0b14fc5b")
|
||||||
(package! embark-consult :pin "5b34b2b60370cea5ad9da5931856667a6fae0501")
|
(package! embark-consult :pin "725794f01347a8b1f25c6aea58886a1a0b14fc5b")
|
||||||
|
|
||||||
(package! marginalia :pin "678b6528f3905e624b01daf787461d8c7e06ec0f")
|
(package! marginalia :pin "2fb2787bc302a5533e09bc558c76eb914e98543b")
|
||||||
|
|
||||||
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue