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]]
|
- [[#cc-mode][C/C++ mode]]
|
||||||
- [[#python-mode][Python mode]]
|
- [[#python-mode][Python mode]]
|
||||||
- [[#zig-mode][Zig mode]]
|
- [[#zig-mode][Zig mode]]
|
||||||
|
- [[#rust][Rust]]
|
||||||
- [[#windows][Windows]]
|
- [[#windows][Windows]]
|
||||||
- [[#splitting][Splitting]]
|
- [[#splitting][Splitting]]
|
||||||
- [[#switching][Switching]]
|
- [[#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
|
#+END_SRC
|
||||||
|
|
||||||
|
** Rust
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package rust-mode
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Windows
|
* Windows
|
||||||
|
|
||||||
** Splitting
|
** Splitting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue