Revert "Revert "Update path to zig binary""

This reverts commit d57c17625c.

The path before the revert was the correct one
This commit is contained in:
joachimschmidt557 2022-09-30 13:03:13 +02:00
parent d57c17625c
commit 057a32933f
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@
(use-package zig-mode
:custom
(zig-format-show-buffer nil)
(zig-zig-bin "~/src/zig/build/zig"))
(zig-zig-bin "~/src/zig/build/stage3/bin/zig"))
;; (use-package promela-mode
;; :mode "\\.pml\\'")