aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-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