PROGRAMMING: Add rust mode
This commit is contained in:
parent
110f3c5dd9
commit
27f8caf0a5
1 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,7 @@
|
|||
- [[#cc-mode][C/C++ mode]]
|
||||
- [[#python-mode][Python mode]]
|
||||
- [[#zig-mode][Zig mode]]
|
||||
- [[#rust][Rust]]
|
||||
- [[#windows][Windows]]
|
||||
- [[#splitting][Splitting]]
|
||||
- [[#switching][Switching]]
|
||||
|
|
@ -1212,6 +1213,13 @@ It is a full dev env and sometimes feels like a bit too much but overal good exp
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
** Rust
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package rust-mode
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
* Windows
|
||||
|
||||
** Splitting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue