10 lines
372 B
EmacsLisp
10 lines
372 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"))))
|