summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-03 00:22:47 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-03 00:22:47 +0100
commitee1873e31fa7497ef927d26008cd66f82efa5a9a (patch)
tree8fb6d034a37f090d739802a66b08a12b45951bf5
parentf96589f50f6a5eaaed95e78db7c8749b7e304264 (diff)
Add a .dir-locals.el
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..7953648
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((compile-command . "cd oryxc && cargo build --message-format short"))))