From da1b3c1da853dedf0a5344de14a5776333f575ff Mon Sep 17 00:00:00 2001 From: cskksc Date: Thu, 12 Nov 2015 15:14:28 +0530 Subject: [PATCH] Add emacs integration to readme. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3361ee62cdf08..df1177d6a58a7 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ multirust run nightly cargo install --git https://github.com/rust-lang-nursery/r ``` -## Running Rustfmt from Vim +## Running Rustfmt from your editor -See [instructions](http://johannh.me/blog/rustfmt-vim.html). +* [Vim](http://johannh.me/blog/rustfmt-vim.html) +* [Emacs](https://github.com/fbergroth/emacs-rustfmt) ## How to build and test