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