summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenChieh <jcs090218@gmail.com>2024-04-08 17:46:10 -0700
committerYoumu <condy0919@gmail.com>2024-04-11 10:24:04 +0800
commitef8c35d332e57865317bda67467d0bef86969719 (patch)
tree8c59e02f7aa0e20d08c2e8278226d5662195b78b
parent792f170d29ff1f710d5722b88b8ec4ba72c6e0ed (diff)
avoid compile evil magit
-rw-r--r--Eask2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eask b/Eask
index 4ce317c..fb91a9e 100644
--- a/Eask
+++ b/Eask
@@ -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")