add selectrum module

This commit is contained in:
Jethro Kuan 2021-01-16 03:04:18 +08:00 committed by Itai Y. Efrat
parent bc2a90dd15
commit 21a8694727
2 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,15 @@
;; -*- no-byte-compile: t; -*-
;;; completion/selectrum/packages.el
(package! selectrum)
(when (featurep! +prescient)
(package! selectrum-prescient))
(package! consult)
(package! consult-flycheck)
(package! embark)
(package! embark-consult)
(package! marginalia)