EAT: update :files directive according to new README

This commit is contained in:
MitchMarq42 2022-12-20 16:45:33 -09:00
parent 4b4b9a7e63
commit e846ed5c12

View File

@ -175,7 +175,11 @@ This is taken from a website that I can't remember at the moment."
(elpaca-use-package (eat
:repo "https://codeberg.org/akib/emacs-eat"
:files ("*.el" "dir" "*.info" "*.texi" "*.ti" ("e" "e/*")))
:files ("*.el" ("term" "term/*.el") "*.texi"
"*.ti" ("terminfo/e" "terminfo/e/*")
("terminfo/65" "terminfo/65/*")
("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el")))
:hook (eshell-mode . eat-eshell-visual-command-mode))
;; (elpaca-use-package eshell-vterm
;; :after eshell