EAT: update :files directive according to new README
This commit is contained in:
parent
4b4b9a7e63
commit
e846ed5c12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user