From b631752f7d02121016c9fadf18ea834abc30d522 Mon Sep 17 00:00:00 2001 From: Nick Ippoliti Date: Mon, 1 May 2017 16:43:00 -0400 Subject: [PATCH] Add Emacs information to IDE section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75a209d..176b937 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [zargony/atom-language-rust](https://github.com/zargony/atom-language-rust) * [Eclipse](https://eclipse.org/) * [RustDT](https://github.com/RustDT/RustDT) — [](https://travis-ci.org/RustDT/RustDT) + * [Emacs](https://www.gnu.org/software/emacs/) + * [rust-mode](https://github.com/rust-lang/rust-mode) — Rust Major Mode + * [flycheck-rust](https://github.com/flycheck/flycheck-rust) — Rust support for [Flycheck](https://github.com/flycheck/flycheck) + * [emacs-racer](https://github.com/racer-rust/emacs-racer) — Autocompletion (see also [company](https://company-mode.github.io) and [auto-complete](https://github.com/auto-complete/auto-complete)) * [NetBeans](https://netbeans.org/) * [drrb/rust-netbeans](https://github.com/drrb/rust-netbeans) * [IntelliJ](https://www.jetbrains.com/idea/)