Update path to zig binary
This commit is contained in:
parent
676bf04281
commit
04bf866061
2 changed files with 3 additions and 3 deletions
2
emacs.el
2
emacs.el
|
|
@ -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\\'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue