2021-01-16 03:04:18 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2021-07-09 20:16:11 +03:00
|
|
|
;;; completion/vertico/packages.el
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-09 19:59:44 +03:00
|
|
|
(package! vertico
|
|
|
|
:recipe (:host github :repo "minad/vertico"
|
|
|
|
:files ("*.el" "extensions/*.el"))
|
2021-07-31 10:41:00 +03:00
|
|
|
:pin "9de6709cddc09740d23d24fb425fa3c174d0e956")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-24 16:38:57 +03:00
|
|
|
(package! orderless :pin "1e84120a28525ccb47b602fc19b7afbeffbbe502")
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2021-07-31 10:41:00 +03:00
|
|
|
(package! consult :pin "69bbd213dc8a98abe94a4f5b1920e3d689d31caa")
|
2021-01-16 20:21:50 +08:00
|
|
|
(when (featurep! :checkers syntax)
|
2021-06-16 20:24:44 +03:00
|
|
|
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-31 10:41:00 +03:00
|
|
|
(package! embark :pin "1a7e6b556142216fa5f9b897bd5eca73968f3c49")
|
|
|
|
(package! embark-consult :pin "1a7e6b556142216fa5f9b897bd5eca73968f3c49")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-31 10:41:00 +03:00
|
|
|
(package! marginalia :pin "11235445365c6ab119acabe91828e9182097ece7")
|
2021-05-07 11:40:55 -05:00
|
|
|
|
|
|
|
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
2021-07-04 04:15:58 +03:00
|
|
|
|
|
|
|
(when (featurep! +icons)
|
|
|
|
(package! all-the-icons-completion
|
|
|
|
:recipe (:host github :repo "iyefrat/all-the-icons-completion")
|
2021-07-31 10:41:00 +03:00
|
|
|
:pin "d1d4b2f0dfbfa94d33fe50e8089c06601adfe674"))
|