.dir-locals.el: Set up projectile run command
This commit is contained in:
parent
a960bf4b27
commit
527c476fb4
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal 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"))))
|
Loading…
Reference in a new issue