summaryrefslogtreecommitdiff
path: root/Eask
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2022-04-28 12:04:48 +0200
committerGitHub <noreply@github.com>2022-04-28 12:04:48 +0200
commitd17be3051b22a06d7742178cd1367aed61807a66 (patch)
tree44c9608eb880990e74c7a4864a98c2a15b0ba573 /Eask
parent26ecc903c50b2ffd289bbe981f9ad03626fc0057 (diff)
parent46325b435037b5dd96a724fed83e940a7015a848 (diff)
downloadrust-mode-d17be3051b22a06d7742178cd1367aed61807a66.tar.gz
Merge pull request #444 from jcs-PR/ci-eask
Use Eask for CI
Diffstat (limited to 'Eask')
-rw-r--r--Eask16
1 files changed, 16 insertions, 0 deletions
diff --git a/Eask b/Eask
new file mode 100644
index 0000000..64417ea
--- /dev/null
+++ b/Eask
@@ -0,0 +1,16 @@
+(package "rust-mode"
+ "1.0.4"
+ "A major-mode for editing Rust source code")
+
+(package-file "rust-mode.el")
+
+(files
+ "rust-cargo.el"
+ "rust-compile.el"
+ "rust-playpen.el"
+ "rust-rustfmt.el"
+ "rust-utils.el")
+
+(depends-on "emacs" "25.1")
+
+(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432