summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-08-18 05:30:24 -0400
committerLLLL Colonq <llll@colonq>2025-08-18 05:30:24 -0400
commit87cede2bc3ec578ea22002c70de4ed7ea988f873 (patch)
tree7e14d48d090a0898c00d3a539f4d7d8f1362ad00 /.dir-locals.el
parent3215da97d236d95cc35e02728e2a45f1a976a494 (diff)
Don't output in proc macro
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 23a499f..7d26985 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,2 +1,8 @@
-;; ((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "wasm32-unknown-unknown")))))))
-((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu")))))))
+((rust-ts-mode .
+ ((eglot-workspace-configuration .
+ (:rust-analyzer
+ ( :cargo
+ ( :target "wasm32-unknown-unknown"
+ :targetDir t)
+ :hover
+ (:show (:fields 10))))))))