From 00e9684bc563024284b2e0521a9baa636a38f100 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 22 Sep 2022 10:35:39 +0800 Subject: 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. --- rumu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumu.el') diff --git a/rumu.el b/rumu.el index eeb900e..6afe414 100644 --- a/rumu.el +++ b/rumu.el @@ -32,7 +32,7 @@ "Major mode for editing rumu files." (set (make-local-variable 'comment-start) ";") (set (make-local-variable 'comment-end) "") - (set (make-local-variable 'comment-use-syntax) t) + (set (make-local-variable 'comment-use-syntax) nil) (set (make-local-variable 'comment-multi-line) nil)) (provide 'rumu) -- cgit v1.2.3-18-g5258