From 4295750c70b259151b0766205e367e9665593499 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 10 Apr 2025 14:14:51 -0400 Subject: dir-locals: new --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..400c775 --- /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") + +((nil . ((compile-command . "make serve")))) -- cgit v1.3