summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-09 03:20:53 -0400
committerLLLL Colonq <llll@colonq>2026-06-09 03:20:53 -0400
commit9065f3c9765123f5f5bc503407c493fdb7c79488 (patch)
treea442c9be93715217fd6e05b1bab2a20dc2fe7d18 /.dir-locals.el
parent01899d77e0e04a470fbc1ca000fef6e467334516 (diff)
Initial handcam stuff
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d0146c5..25f36dd 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1 +1,7 @@
-((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu")))))))
+((rust-ts-mode .
+ ((eglot-workspace-configuration .
+ (:rust-analyzer
+ ( :check (:command "clippy")
+ :cargo (;; :target "wasm32-unknown-unknown"
+ :targetDir t)
+ :hover (:show (:fields 10))))))))