summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-04-10 14:14:51 -0400
committerBrian Cully <bjc@spork.org>2025-04-10 14:14:51 -0400
commit4295750c70b259151b0766205e367e9665593499 (patch)
treee4f07fc6d46248473eed29cbd81d7595ab66b597
parentab18c7e378aed883ec994901b24d7b9bb1a86c92 (diff)
downloadchords-4295750c70b259151b0766205e367e9665593499.tar.gz
chords-4295750c70b259151b0766205e367e9665593499.zip
dir-locals: new
-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..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"))))