From 7deeee1160e49bbcceda77535bb23c05c8b1199c Mon Sep 17 00:00:00 2001 From: Tim Heaney Date: Wed, 5 Oct 2016 09:19:21 -0400 Subject: [PATCH] Link to rust-mode.el instead of rustfmt.el Link directly to rust-mode.el, since rustfmt.el is marked obsolete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bb12958615..15c6302a941 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ You can run `rustfmt --help` for more information. ## Running Rustfmt from your editor * [Vim](https://github.com/rust-lang/rust.vim#enabling-autoformat) -* [Emacs](https://github.com/fbergroth/emacs-rustfmt) +* [Emacs](https://github.com/rust-lang/rust-mode) * [Sublime Text 3](https://packagecontrol.io/packages/BeautifyRust) * [Atom](atom.md) * Visual Studio Code using [RustyCode](https://github.com/saviorisdead/RustyCode) or [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt)