From 9e7cdd04daa7fc89f99557eb1238cfc3a0701d16 Mon Sep 17 00:00:00 2001 From: chrunchyjesus Date: Mon, 16 Dec 2019 18:32:09 +0100 Subject: [PATCH] fix doc for enabling rust analyzer --- modules/lang/rust/README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lang/rust/README.org b/modules/lang/rust/README.org index fea5cd5c0..6d8f26132 100644 --- a/modules/lang/rust/README.org +++ b/modules/lang/rust/README.org @@ -77,8 +77,7 @@ You'll need [[https://github.com/rust-analyzer/rust-analyzer][rust-analyzer]] in =$DOOMDIR/config.el=: #+BEGIN_SRC elisp -(after! lsp-rust - (setq lsp-rust-server 'rust-analyzer)) +(setq lsp-rust-server 'rust-analyzer) #+END_SRC * TODO Troubleshooting