From 954196d061579ea8f3f1bcb47c502fa2a7cb8987 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 24 Sep 2024 11:31:25 +0200 Subject: [PATCH] ADD rust-mode --- config_new.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config_new.org b/config_new.org index debb4fc..bbc9811 100644 --- a/config_new.org +++ b/config_new.org @@ -662,6 +662,14 @@ Move to the end if the compilation finishes. (add-hook 'compilation-finish-functions #'goto-end-compilation-buffer) #+END_SRC +** Rust + +#+BEGIN_SRC emacs-lisp +(use-package rust-mode + :init + (setq rust-mode-treesitter-derive t)) +#+END_SRC + * Multiple cursors #+BEGIN_SRC emacs-lisp