avoid compile evil magit

This commit is contained in:
JenChieh 2024-04-08 17:46:10 -07:00
parent 73dd76e6c8
commit 06704cc110
1 changed files with 1 additions and 1 deletions

2
Eask
View File

@ -6,7 +6,7 @@
(keywords "evil" "tools")
(package-file "evil-collection.el")
(files "modes/*/*.el")
(files "modes/*/*.el" '(:exclude "modes/magit/*.el"))
(script "test" "echo \"Error: no test specified\" && exit 1")