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