diff options
| author | Brian Cully <bjc@spork.org> | 2025-04-10 14:14:51 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-04-10 14:14:51 -0400 |
| commit | 4295750c70b259151b0766205e367e9665593499 (patch) | |
| tree | e4f07fc6d46248473eed29cbd81d7595ab66b597 /.dir-locals.el | |
| parent | ab18c7e378aed883ec994901b24d7b9bb1a86c92 (diff) | |
| download | chords-4295750c70b259151b0766205e367e9665593499.tar.gz chords-4295750c70b259151b0766205e367e9665593499.zip | |
dir-locals: new
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 4 |
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")))) |
