diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-08 16:08:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 16:08:31 +0000 |
| commit | a0c2bbf88f5b9a3e235303a99ceaf15cd1e832f7 (patch) | |
| tree | 999b6463b0087dcee3f6c92c93bcb34e313187f6 | |
| parent | cbb42c10d6ea790c56fd69385a25425a3dc7ff64 (diff) | |
| parent | ad7b0f670a9dd773b1d321013b23e8bda5ae9c15 (diff) | |
Merge #7599
7599: Add emacs guide r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 020e4c93732..a2c7f56b359 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -194,6 +194,8 @@ $ pacman -S rust-analyzer === Emacs +Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm]. + Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. Emacs support is maintained as part of the https://github.com/emacs-lsp/lsp-mode[Emacs-LSP] package in https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-rust.el[lsp-rust.el]. |
