19 lines
362 B
EmacsLisp
19 lines
362 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/selectrum/packages.el
|
|
|
|
(package! selectrum)
|
|
|
|
(when (featurep! +prescient)
|
|
(package! selectrum-prescient))
|
|
|
|
(when (featurep! +orderless)
|
|
(package! orderless))
|
|
|
|
(package! consult)
|
|
(when (featurep! :checkers syntax)
|
|
(package! consult-flycheck))
|
|
|
|
(package! embark)
|
|
(package! embark-consult)
|
|
|
|
(package! marginalia)
|