From 8de6afe018bee1a33cf76e1161e684806eb179b8 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sat, 28 Feb 2026 12:11:58 -0500 Subject: add compile command --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') 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")))) -- cgit v1.2.3