mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-07 14:21:47 -08:00
abo-abo/swiper@ec9421340c -> abo-abo/swiper@ee79f68215 company-mode/company-mode@4ff89f7369 -> company-mode/company-mode@fad9f207e0 emacs-helm/helm@cbbaff3c5a -> emacs-helm/helm@9d8de1e081 minad/cape@f8682a046a -> minad/cape@2b2a5c5bef minad/consult-flycheck@e3fca5fadf -> minad/consult-flycheck@9fe96c4b75 minad/consult@4ca98db03d -> minad/consult@d1d39d5215 minad/corfu@c9ce729635 -> minad/corfu@abfe0003d7 minad/marginalia@fc0cee1151 -> minad/marginalia@0d08fbea0f minad/vertico@a736595843 -> minad/vertico@93f15873d7 oantolin/orderless@fb338f771f -> oantolin/orderless@3a2a32181f tumashu/ivy-posframe@660c773f55 -> tumashu/ivy-posframe@ede7b2121f tumashu/vertico-posframe@d89a70743c -> tumashu/vertico-posframe@d6e06a4f1b Close: #8683 Co-authored-by: gagbo <gagbo@users.noreply.github.com>
18 lines
852 B
EmacsLisp
18 lines
852 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/corfu/packages.el
|
|
|
|
(package! corfu :pin "abfe0003d71b61ffdcf23fc6e546643486daeb69")
|
|
(package! cape :pin "2b2a5c5bef16eddcce507d9b5804e5a0cc9481ae")
|
|
(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"))
|