13 lines
466 B
EmacsLisp
13 lines
466 B
EmacsLisp
(package! eat
|
|
:recipe (:type git
|
|
:host codeberg
|
|
:repo "akib/emacs-eat"
|
|
:files ("*.el" ("term" "term/*.el") "*.texi"
|
|
"*.ti" ("terminfo/e" "terminfo/e/*")
|
|
("terminfo/65" "terminfo/65/*")
|
|
("integration" "integration/*")
|
|
(:exclude ".dir-locals.el" "*-tests.el"))))
|
|
|
|
(package! copilot
|
|
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|