This commit is contained in:
Zelong Kuang
2025-11-16 20:42:35 +11:00
parent ee4f3efd79
commit 7d10eb4cbb
6 changed files with 6 additions and 130 deletions

View File

@@ -1,13 +1,3 @@
(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")))