selectrum: add experimental vertico flag

This commit is contained in:
Itai Y. Efrat 2021-06-30 17:36:08 +03:00
parent 78955d8a64
commit d3eff82b9d
7 changed files with 90 additions and 20 deletions

View file

@ -1,7 +1,11 @@
;; -*- no-byte-compile: t; -*-
;;; completion/selectrum/packages.el
(package! selectrum :pin "a19bbe94de492bf504399c093cfc5695eb630fa8")
(if (featurep! +vertico)
(package! vertico
:recipe (:host github :repo "minad/vertico")
:pin "c9157759a015ac32cb299c18c84c6d5fb34e0aa1")
(package! selectrum :pin "a19bbe94de492bf504399c093cfc5695eb630fa8"))
(if (featurep! +prescient)
(package! selectrum-prescient :pin "4a0f5405798cfcb98ea005078ef2e2d490e922c4")