2021-01-16 03:04:18 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/selectrum/packages.el
|
|
|
|
|
2021-07-09 19:59:44 +03:00
|
|
|
(package! vertico
|
|
|
|
:recipe (:host github :repo "minad/vertico"
|
|
|
|
:files ("*.el" "extensions/*.el"))
|
|
|
|
:pin "9f6cd5d431ec6d288676af80e932d928346a1b36")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-09 19:59:44 +03:00
|
|
|
(package! orderless :pin "2646dad28c0819fbe9ee521d39efb9ae40e03982")
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2021-07-09 16:38:49 +03:00
|
|
|
(package! consult :pin "f17db9520ddd612dc837f4112b6bcbb172acef85")
|
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-06-16 20:24:44 +03:00
|
|
|
(package! embark :pin "acbe1cba548832d295449da348719f69b9685c6f")
|
|
|
|
(package! embark-consult :pin "acbe1cba548832d295449da348719f69b9685c6f")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-09 16:38:49 +03:00
|
|
|
(package! marginalia :pin "3bf0a4db55f6267467f0a08715f4776509a3b503")
|
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")
|
|
|
|
:pin "975345f1b618fd316729c3cae6d11b96db530fd4"))
|