summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-11-06 20:32:11 -0500
committerLLLL Colonq <llll@colonq>2025-11-06 20:32:25 -0500
commit6a397916e0177c9e7c6b93fb9cc7510c14a659ff (patch)
treea859364ea5ff5ff038b6171bba9d5d99d7771a61 /.dir-locals.el
parent71b22b03b51aaba01df786f70becb03a30429f03 (diff)
Fix fig client
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))))))))