Some emacs stuff to make zig dev easier

This commit is contained in:
Vivianne 2023-07-18 02:35:32 -07:00
parent b50cee4826
commit 0f55d00cae
1 changed files with 3 additions and 0 deletions

3
.dir-locals.el Normal file
View 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" ))))