summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-15 22:56:39 -0500
committerLLLL Colonq <llll@colonq>2025-12-15 22:56:39 -0500
commitcd07af430b55c93e7f788dc0592a8fac04dc1b21 (patch)
tree9d1387ed1910b92f935bc347f9d10865707e1ac8 /.dir-locals.el
parent02e1491d0a0ad2ca73dc2cc36a33c3aed50a801e (diff)
Update
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 9a84ba1..7d26985 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))))))))