templates: Add project run command to dir-locals
This commit is contained in:
parent
73b9fbf612
commit
f8b7b45260
4
templates/.dir-locals.el
Normal file
4
templates/.dir-locals.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
((nil . ((indent-tabs-mode . nil)
|
||||
(tab-width . 4)
|
||||
(fill-column . 80)
|
||||
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall"))))
|
Loading…
Reference in a new issue