about summary refs log tree commit diff stats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-20 18:18:23 +0200
committerAlan Pearce2023-06-20 18:18:23 +0200
commitde9f90503fcd9d1d7af5f1ce8a09ff22aea0e743 (patch)
tree4cc6a217667d0436c206b43f75fb87f355bb96ed /.dir-locals.el
parent9627c8ca7af09d06b90c28d52a7cc9f9f81f387a (diff)
downloadwebsite-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.tar.lz
website-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.tar.zst
website-de9f90503fcd9d1d7af5f1ce8a09ff22aea0e743.zip
Configure web-mode engine when opening templates in Emacs
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
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"))))