diff options
author | JSDurand <mmemmew@gmail.com> | 2022-09-22 10:35:39 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-09-22 10:35:39 +0800 |
commit | 00e9684bc563024284b2e0521a9baa636a38f100 (patch) | |
tree | 6795335f4cdbe4b15ab57ac0e9a76a402960c896 /rust-conf.el | |
parent | df39d29ec09150de5a9dab50870f4108c6849c56 (diff) |
refine rust setup
* rumu.el (rumu-mode): Don't use syntax table to determine comments.
That does not work here.
* rust-conf.el (rustic-lsp-setup-p): Don't use lsp.
Diffstat (limited to 'rust-conf.el')
-rw-r--r-- | rust-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-conf.el b/rust-conf.el index 05f9e7c..bec85a3 100644 --- a/rust-conf.el +++ b/rust-conf.el @@ -52,6 +52,7 @@ (use-package "rustic" 'rustic) (setq rustic-lsp-client 'eglot) (setq rustic-format-on-save t) +(setq rustic-lsp-setup-p nil) (add-hook 'eglot-managed-mode-hook #'durand-rust-mode-hook) |