Some emacs stuff to make zig dev easier
This commit is contained in:
parent
b50cee4826
commit
0f55d00cae
1 changed files with 3 additions and 0 deletions
3
.dir-locals.el
Normal file
3
.dir-locals.el
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
((nil . ((projectile-project-test-cmd . "zig build test")
|
||||||
|
(projectile-project-compilation-cmd . "zig build" )
|
||||||
|
(projectile-project-run-cmd . "zig build" ))))
|
Loading…
Reference in a new issue