ADD rust-mode

This commit is contained in:
Laurens Miers 2024-09-24 11:31:25 +02:00
parent d5f79bf639
commit 954196d061

View file

@ -662,6 +662,14 @@ Move to the end if the compilation finishes.
(add-hook 'compilation-finish-functions #'goto-end-compilation-buffer) (add-hook 'compilation-finish-functions #'goto-end-compilation-buffer)
#+END_SRC #+END_SRC
** Rust
#+BEGIN_SRC emacs-lisp
(use-package rust-mode
:init
(setq rust-mode-treesitter-derive t))
#+END_SRC
* Multiple cursors * Multiple cursors
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp