diff --git a/templates/.dir-locals.el b/templates/.dir-locals.el new file mode 100644 index 0000000..d559d6b --- /dev/null +++ b/templates/.dir-locals.el @@ -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"))))