summaryrefslogtreecommitdiff
path: root/Eask
diff options
context:
space:
mode:
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