Revert "Update path to zig binary"

This reverts commit 04bf866061.

I've gone back to using cmake-built zig again.
This commit is contained in:
joachimschmidt557 2022-09-26 19:57:29 +02:00
parent 6587866efb
commit d57c17625c
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/stage3/bin/zig"))
(zig-zig-bin "~/src/zig/build/zig"))
;; (use-package promela-mode
;; :mode "\\.pml\\'")