summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-28 13:39:34 -0400
committerLLLL Colonq <llll@colonq>2026-04-28 13:39:34 -0400
commitea5929c74a4e01bcbc776832b5597fceb5261a31 (patch)
tree12c94e3eb8a97665212a8bbac4f090638c53f6ce /.dir-locals.el
Initial commitHEADmaster
Diffstat (limited to '.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..d0146c5
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu")))))))