doomemacs/modules/completion/vertico/packages.el

25 lines
942 B
EmacsLisp
Raw Normal View History

2021-01-16 03:04:18 +08:00
;; -*- no-byte-compile: t; -*-
;;; completion/vertico/packages.el
2021-01-16 03:04:18 +08:00
(package! vertico
:recipe (:host github :repo "minad/vertico"
:files ("*.el" "extensions/*.el"))
:pin "eedcb847869226701acaf9a36dce0a51d1b60862")
2021-01-16 03:04:18 +08:00
(package! orderless :pin "1ccf74ffdbb0dd34caa63022e92f947c09c49c86")
2021-01-16 20:21:50 +08:00
(package! consult :pin "cc8eff9578f5d089735e8b7dd7a08732890ed648")
2021-11-01 13:49:28 +02:00
(package! consult-dir :pin "08f543ae6acbfc1ffe579ba1d00a5414012d5c0b")
2021-01-16 20:21:50 +08:00
(when (featurep! :checkers syntax)
(package! consult-flycheck :pin "0ad7e8ff15683a4d64b79c29b3fcf847edfe244b"))
2021-01-16 03:04:18 +08:00
(package! embark :pin "e08899ef2e7fb9c1ed4b4b21e44cd368561f91f9")
(package! embark-consult :pin "e08899ef2e7fb9c1ed4b4b21e44cd368561f91f9")
2021-01-16 03:04:18 +08:00
(package! marginalia :pin "2fb2787bc302a5533e09bc558c76eb914e98543b")
2021-05-07 11:40:55 -05:00
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
(when (featurep! +icons)
(package! all-the-icons-completion :pin "a0f34d68cc12330ab3992a7521f9caa1de3b8470"))