.dir-locals.el: Set up projectile run command

pull/8/head
Tristan Daniël Maat 2022-09-16 17:16:32 +01:00
parent a960bf4b27
commit 527c476fb4
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 4 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)
(projectile-project-run-cmd . "cargo run -- --dev-mode --template-directory ~/Documents/Projects/tlaternet-templates/result"))))