diff --git a/config_new.org b/config_new.org index bbc9811..9ff9041 100644 --- a/config_new.org +++ b/config_new.org @@ -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