diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-16 12:44:24 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-16 12:44:24 +0100 |
| commit | 936c933fd8b7bb71b8a7fd845f27cf50b3fa0402 (patch) | |
| tree | 1156dedcad52e061fd4369b9801c38c75d82b759 /doc/tutorial/setup.md | |
| parent | 1375b31c1c9f18b8f9348e96c9fa66ae670b1f13 (diff) | |
| download | rust-936c933fd8b7bb71b8a7fd845f27cf50b3fa0402.tar.gz rust-936c933fd8b7bb71b8a7fd845f27cf50b3fa0402.zip | |
Move emacs mode into tree
Diffstat (limited to 'doc/tutorial/setup.md')
| -rw-r--r-- | doc/tutorial/setup.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/setup.md b/doc/tutorial/setup.md index a1a28d903a0..f85052961a0 100644 --- a/doc/tutorial/setup.md +++ b/doc/tutorial/setup.md @@ -47,8 +47,8 @@ detail [later on](mod.html). ## Editing Rust code There are Vim highlighting and indentation scrips in the Rust source -distribution under `src/etc/vim/`. An Emacs mode can be found at -[https://github.com/marijnh/rust-mode][rust-mode]. +distribution under `src/etc/vim/`, and an emacs mode under +`src/etc/emacs/`. [rust-mode]: https://github.com/marijnh/rust-mode |
