mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
LuigiPiucco/nerd-icons-corfu@13166345b2 -> LuigiPiucco/nerd-icons-corfu@55b17ee20a abo-abo/swiper@db61f55bc2 -> abo-abo/swiper@e33b028ed4 emacs-helm/helm@c0b70dbc26 -> emacs-helm/helm@f948dc4464 minad/cape@2e86b6deed -> minad/cape@f72ebcaeff minad/consult@d557305b73 -> minad/consult@f94d557807 minad/corfu@c302b0526a -> minad/corfu@061d926d0f minad/marginalia@a527fb03b7 -> minad/marginalia@c51fd9e4d4 minad/vertico@026a81a9c8 -> minad/vertico@e0bb699ebf oantolin/orderless@c7cb04499d -> oantolin/orderless@254f241248
18 lines
800 B
EmacsLisp
18 lines
800 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/corfu/packages.el
|
|
|
|
(package! corfu :pin "061d926d0f0eb2633416deeddc403a1a67b062ae")
|
|
(package! cape :pin "f72ebcaeff4252ca0d7a9ac4636d8db0fdf54c55")
|
|
(when (modulep! +icons)
|
|
(package! nerd-icons-corfu :pin "55b17ee20a5011c6a9be8beed6a9daf644815b5a"))
|
|
(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 (modulep! :os tty)
|
|
(package! corfu-terminal :pin "501548c3d51f926c687e8cd838c5865ec45d03cc"))
|
|
(when (modulep! :editor snippets)
|
|
(package! yasnippet-capf :pin "de6446732b106965ea583c9e076770694f7226b8"))
|