Initial commit
This commit is contained in:
9
packages.el
Normal file
9
packages.el
Normal file
@@ -0,0 +1,9 @@
|
||||
(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"))))
|
||||
Reference in New Issue
Block a user