making repo for config
This commit is contained in:
commit
6261a44aa4
13 changed files with 1243 additions and 0 deletions
20
modules/completion/corfu/packages.el
Normal file
20
modules/completion/corfu/packages.el
Normal file
|
@ -0,0 +1,20 @@
|
|||
(package! corfu
|
||||
:recipe (:files (:defaults "extensions/*.el")))
|
||||
|
||||
(when (modulep! +icons)
|
||||
(package! kind-icon))
|
||||
|
||||
(when (modulep! +orderless)
|
||||
(package! orderless))
|
||||
|
||||
(package! cape)
|
||||
|
||||
(package! popon
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-popon"))
|
||||
(package! corfu-terminal
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git"))
|
||||
(package! corfu-doc-terminal
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-corfu-doc-terminal.git"))
|
||||
|
||||
(package! cape-yasnippet
|
||||
:recipe (:host github :repo "elken/cape-yasnippet"))
|
Loading…
Add table
Add a link
Reference in a new issue