ADD rust-mode
This commit is contained in:
parent
d5f79bf639
commit
954196d061
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue