blob: 64417eaaadb6c1b26c0c30791a4b2769c3f23056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|