ADD zig mode

This commit is contained in:
Laurens Miers 2024-09-24 11:31:32 +02:00
parent 954196d061
commit f2cfe8035c

View file

@ -670,6 +670,12 @@ Move to the end if the compilation finishes.
(setq rust-mode-treesitter-derive t))
#+END_SRC
** Zig
#+BEGIN_SRC emacs-lisp
(use-package zig-mode)
#+END_SRC
* Multiple cursors
#+BEGIN_SRC emacs-lisp