From f2cfe8035ca1accfd5af44edcfd6ee4f320817d5 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 24 Sep 2024 11:31:32 +0200 Subject: [PATCH] ADD zig mode --- config_new.org | 6 ++++++ 1 file changed, 6 insertions(+) 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