summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-02-28 12:11:58 -0500
committerbdunahu <bdunahu@operationnull.com>2026-02-28 12:11:58 -0500
commit8de6afe018bee1a33cf76e1161e684806eb179b8 (patch)
tree3bd077f8e5bc2d4f1800e4f05cfd5e3cf1e89d46 /.dir-locals.el
parentdce08a0f7210104927f5f145248c8d21c7e2afa8 (diff)
add compile command
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..3bff196
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((scheme-mode . ((compile-command . "make site && make serve"))))