Merge pull request #4609 from brorbw/develop

Fixes typo in rust readme.org
This commit is contained in:
Henrik Lissner 2021-02-04 07:41:54 -05:00 committed by GitHub
commit d62c82ddbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ selected by default. Modify ~rustic-lsp-server~ to change the default:
(setq rustic-lsp-server 'rls)) (setq rustic-lsp-server 'rls))
#+END_SRC #+END_SRC
** Enabling elgot support for Rust ** Enabling eglot support for Rust
Doom's =:tools lsp= module has an =+eglot= flag. Enable it and this module will Doom's =:tools lsp= module has an =+eglot= flag. Enable it and this module will
use eglot instead. use eglot instead.