aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 8d60d64a..ecc82538 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -59,7 +59,8 @@
;; LSP base for Rust and Java
(use-package lsp-mode
- :ensure t)
+ :ensure t
+ :custom (lsp-rust-features "all"))
(use-package company
:ensure t