mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
LuigiPiucco/nerd-icons-corfu@7077bb76fe -> LuigiPiucco/nerd-icons-corfu@0a932e89cf abo-abo/swiper@8dc02d5b72 -> abo-abo/swiper@abb9e1e564 bbatsov/helm-projectile@e2e38825c9 -> bbatsov/helm-projectile@041076e35a company-mode/company-mode@e1d331a64e -> company-mode/company-mode@5bb6f6d3d4 emacs-helm/helm-descbinds@ca03f02da4 -> emacs-helm/helm-descbinds@c12bc85ef3 emacs-helm/helm-org@c80e53315c -> emacs-helm/helm-org@9b7d5d4fd1 emacs-helm/helm@06e0cf0148 -> emacs-helm/helm@cf557ff745 karthink/consult-dir@15891383f3 -> karthink/consult-dir@6cb46395df mhayashi1120/Emacs-wgrep@208b9d01cf -> mhayashi1120/Emacs-wgrep@49f09ab9b7 minad/cape@9110956a51 -> minad/cape@50fdb70807 minad/consult-flycheck@3b999ae983 -> minad/consult-flycheck@3bc2141daf minad/consult@0c3f53916e -> minad/consult@ce38dd0377 minad/corfu@0a616caedf -> minad/corfu@c302b0526a minad/marginalia@50a51c69f0 -> minad/marginalia@a527fb03b7 minad/vertico@c682ef50e6 -> minad/vertico@ac82acf177 oantolin/embark@19a13e344e -> oantolin/embark@d5df0eff18 oantolin/orderless@49d1fdfb80 -> oantolin/orderless@c7cb04499d radian-software/prescient.el@2b8a8b4122 -> radian-software/prescient.el@7dd5b53886 rainstormstudio/nerd-icons-completion@426a1d7c29 -> rainstormstudio/nerd-icons-completion@8e5b995eb2 tumashu/ivy-posframe@533a8e368f -> tumashu/ivy-posframe@660c773f55 tumashu/vertico-posframe@2e0e09e5bb -> tumashu/vertico-posframe@c5a8b5f72a Fix: #8282
18 lines
799 B
EmacsLisp
18 lines
799 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/corfu/packages.el
|
|
|
|
(package! corfu :pin "c302b0526ad9d0c99d1d0639df63f6ca65accfc3")
|
|
(package! cape :pin "50fdb708074e91bc3d465fbc86c68cbda353b319")
|
|
(when (modulep! +icons)
|
|
(package! nerd-icons-corfu :pin "0a932e89cf88f300fa37f70944d73acc8bc0676c"))
|
|
(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 "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9"))
|