rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 178 forks source link

Use proper compilation mode for *rustfmt* buffer. #395

Closed mookid closed 2 years ago

mookid commented 4 years ago

A proposal to fix #204.

rust-highfive commented 4 years ago

r? @brotzeit

(rust_highfive has picked a reviewer for you, use r? to override)

brotzeit commented 3 years ago

Maybe we should use define-compilation-mode and give the mode a different name to avoid confusion.