mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
16 lines
270 B
EmacsLisp
16 lines
270 B
EmacsLisp
;; -*- 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)
|