diff options
author | Alan Pearce | 2023-06-20 18:18:23 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-20 18:18:23 +0200 |
commit | de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743 (patch) | |
tree | 4cc6a217667d0436c206b43f75fb87f355bb96ed | |
parent | 9627c8ca7af09d06b90c28d52a7cc9f9f81f387a (diff) | |
download | website-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.tar.lz website-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.tar.zst website-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.zip |
Configure web-mode engine when opening templates in Emacs
-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")))) |