fix(corfu): pin packages
This commit is contained in:
parent
5e542af186
commit
85f4c58a3c
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/corfu/packages.el
|
||||
|
||||
(package! corfu :recipe (:files ("*.el" "extensions/*.el")))
|
||||
(package! cape)
|
||||
(package! corfu :recipe (:files ("*.el" "extensions/*.el")) :pin "b2b9a2312f58117514724e729fda43efc4433ecd")
|
||||
(package! cape :pin "116063b9ee912cbaa7318dbe6597ade4a62b3f59")
|
||||
(when (modulep! +icons)
|
||||
(package! nerd-icons-completion))
|
||||
(package! nerd-icons-completion :pin "c2db8557a3c1a9588d111f8c8e91cae96ee85010"))
|
||||
(when (modulep! +orderless)
|
||||
(package! orderless))
|
||||
(package! orderless :pin "d6b402a89e234d0e6166247ed6025f9acc8b4d9a"))
|
||||
(when (modulep! :os tty)
|
||||
(package! corfu-terminal))
|
||||
(package! corfu-terminal :pin "501548c3d51f926c687e8cd838c5865ec45d03cc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue