2025-11-16 15:47:31 +11:00
|
|
|
(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"))))
|
2025-11-16 16:19:37 +11:00
|
|
|
|
|
|
|
|
(package! copilot
|
|
|
|
|
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
2025-11-16 19:12:34 +11:00
|
|
|
|
|
|
|
|
(package! typst-ts-mode :recipe (:host codeberg :repo "meow_king/typst-ts-mode"))
|
2025-11-16 20:05:31 +11:00
|
|
|
|
|
|
|
|
(package! typst-preview
|
|
|
|
|
:recipe (:host github :repo "havarddj/typst-preview.el"))
|