2021-01-16 03:04:18 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/selectrum/packages.el
|
|
|
|
|
2021-05-20 22:18:57 +03:00
|
|
|
(package! selectrum :pin "a922b19f715ad6d046072a35a3df5ac5e4ed73d3")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-05-01 14:38:54 +03:00
|
|
|
(if (featurep! +prescient)
|
2021-05-02 19:21:22 +03:00
|
|
|
(package! selectrum-prescient :pin "4a0f5405798cfcb98ea005078ef2e2d490e922c4")
|
2021-05-17 16:34:48 +03:00
|
|
|
(package! orderless :pin "9637d7fd59f76a5b6d37470b1543ab827a0f9b8d"))
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2021-05-22 01:37:22 +03:00
|
|
|
(package! consult :pin "4ca77477e980df954d75a5abde0e6584365bf404")
|
2021-01-16 20:21:50 +08:00
|
|
|
(when (featurep! :checkers syntax)
|
2021-05-22 01:37:22 +03:00
|
|
|
(package! consult-flycheck :pin "4ca77477e980df954d75a5abde0e6584365bf404"))
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-05-22 01:37:22 +03:00
|
|
|
(package! embark :pin "22875aa5bda21b588487b719982cbaf8410830da")
|
|
|
|
(package! embark-consult :pin "22875aa5bda21b588487b719982cbaf8410830da")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-05-17 16:34:48 +03:00
|
|
|
(package! marginalia :pin "624028c69b55deb3387452b9eeabe9cb963bd2a4")
|
2021-05-07 11:40:55 -05:00
|
|
|
|
|
|
|
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|