diff options
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index b725583..d5837e0 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1 +1,2 @@ -((nil . ((compile-command . "make -B")))) +((nil . ((compile-command . "make -B") + (web-mode-engine . "go")))) |