selectrum: use orderless by default

This commit is contained in:
Itai Y. Efrat
2021-05-01 14:38:54 +03:00
parent 6dfc32441d
commit c1cbfa03f7
3 changed files with 8 additions and 10 deletions

View File

@ -3,10 +3,8 @@
(package! selectrum :pin "093f7e96a323179ee2a68a5a674e7fa2c5d721b8")
(when (featurep! +prescient)
(package! selectrum-prescient :pin "ed2b762241bbea03e374dc9dcd4fbe207c6b2ea4"))
(when (featurep! +orderless)
(if (featurep! +prescient)
(package! selectrum-prescient :pin "ed2b762241bbea03e374dc9dcd4fbe207c6b2ea4")
(package! orderless :pin "87ab7e47e343285f7afd42779c78551332b8fd84"))
(package! consult :pin "e04a404c8d8ca137be2b3b7cf664a11712639c31")