summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-01-25 16:16:10 -0500
committerLLLL Colonq <llll@colonq>2026-01-25 16:16:10 -0500
commit836760c3c5f80674def4c0994c6b0d20f08ae148 (patch)
treed3b076004d9b397c26d8adb63733beed6e2aa7a4 /.dir-locals.el
parenteaf5f6d02d688856481f8267dff51586f0b715dc (diff)
Networking
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 7d26985..9a84ba1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,7 +2,7 @@
((eglot-workspace-configuration .
(:rust-analyzer
( :cargo
- ( :target "wasm32-unknown-unknown"
+ ( ;; :target "wasm32-unknown-unknown"
:targetDir t)
:hover
(:show (:fields 10))))))))