aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2018-06-30 12:34:31 +0100
committerMichaël Ball <michael.ball@gmail.com>2018-06-30 12:34:31 +0100
commit73ecfda799dccce97a82e6afd71eb04aba03dd91 (patch)
tree5388224ee3430fc4d571ab70e550b17c039d2835
parent1dd46ad5d88c28f510c7d05e7c4b024441a3d68c (diff)
Change command for running rust language server
-rwxr-xr-x.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index abcad40..b3deab8 100755
--- a/.emacs
+++ b/.emacs
@@ -239,7 +239,7 @@
(use-package lsp-rust
:ensure lsp-rust)
(with-eval-after-load 'lsp-mode
- (setq lsp-rust-rls-command '("rustup" "run" "nightly" "rls"))
+ (setq lsp-rust-rls-command '("rls"))
(require 'lsp-rust))
;;; lsp-go