Configure web-mode engine when opening templates in Emacs
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M .dir-locals.el → .dir-locals.el
@@ -1,1 +1,2 @@ -((nil . ((compile-command . "make -B")))) +((nil . ((compile-command . "make -B") + (web-mode-engine . "go"))))