doomemacs/modules/completion/corfu/packages.el

18 lines
852 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; completion/corfu/packages.el
(package! corfu :pin "c9ce729635cf2bcdb481e3c6e63ce44e471885b9")
(package! cape :pin "f8682a046a57525754ebc812ba3ae9c973db083b")
(when (modulep! +icons)
(package! nerd-icons-corfu :pin "f821e953b1a3dc9b381bc53486aabf366bf11cb1"))
(when (and (not (modulep! :completion vertico))
(modulep! +orderless))
;; Enabling +orderless without vertico should be fairly niche enough that to
;; save contributor headaches we should only pin vertico's orderless and leave
;; this one unpinned.
(package! orderless))
(when (and (modulep! :os tty)
(not (featurep 'tty-child-frames)))
(package! corfu-terminal :pin "501548c3d51f926c687e8cd838c5865ec45d03cc"))
(when (modulep! :editor snippets)
(package! yasnippet-capf :pin "f53c42a996b86fc95b96bdc2deeb58581f48c666"))