Add selectrum project search

This commit is contained in:
Jethro Kuan 2021-01-16 20:21:50 +08:00 committed by Itai Y. Efrat
parent 21a8694727
commit 65c153796e
4 changed files with 97 additions and 9 deletions

View file

@ -6,8 +6,12 @@
(when (featurep! +prescient)
(package! selectrum-prescient))
(when (featurep! +orderless)
(package! orderless))
(package! consult)
(package! consult-flycheck)
(when (featurep! :checkers syntax)
(package! consult-flycheck))
(package! embark)
(package! embark-consult)