Update path to zig binary

This commit is contained in:
joachimschmidt557 2022-09-03 16:12:17 +02:00
parent 676bf04281
commit 04bf866061
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\\'")