mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Add emacs guide
This commit is contained in:
parent
cbb42c10d6
commit
ad7b0f670a
1 changed files with 2 additions and 0 deletions
|
@ -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].
|
||||
|
|
Loading…
Reference in a new issue