PROGRAMMING: add zig-mode

This commit is contained in:
Laurens Miers 2024-04-09 09:44:10 +02:00
parent 629f3da53b
commit 110f3c5dd9

View file

@ -73,6 +73,7 @@
- [[#xref][xref]]
- [[#cc-mode][C/C++ mode]]
- [[#python-mode][Python mode]]
- [[#zig-mode][Zig mode]]
- [[#windows][Windows]]
- [[#splitting][Splitting]]
- [[#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
** Zig mode
#+BEGIN_SRC emacs-lisp
(use-package zig-mode
)
#+END_SRC
* Windows
** Splitting