Use rust-analyzer for Rust LSP
This commit is contained in:
parent
9a38a33773
commit
09c1105501
1 changed files with 4 additions and 0 deletions
|
@ -51,8 +51,12 @@
|
|||
;; use https://github.com/grobian/html2text
|
||||
(setq mu4e-html2text-command "html2text")
|
||||
|
||||
;; Switch to rust-analyzer
|
||||
(setq rustic-lsp-server 'rust-analyzer)
|
||||
|
||||
;; Org configuration
|
||||
(after! org
|
||||
(add-to-list 'org-modules 'org-habit)
|
||||
(setq-default org-directory "~/code/personal/org")
|
||||
(setq-default org-default-notes-file "~/code/personal/org/capture.org")
|
||||
(setq-default org-todo-keywords
|
||||
|
|
Loading…
Add table
Reference in a new issue