Add a .dir-locals.el

This commit is contained in:
Jeremy Dormitzer 2020-08-14 17:02:23 -04:00
parent 32fb1697d4
commit 9f893daf72

2
.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
((nil . ((projectile-project-compilation-cmd . "raco pollen render -f -s src")
(projectile-project-run-cmd . "raco pollen start src"))))