diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-06 20:32:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-06 20:32:25 -0500 |
| commit | 6a397916e0177c9e7c6b93fb9cc7510c14a659ff (patch) | |
| tree | a859364ea5ff5ff038b6171bba9d5d99d7771a61 /.dir-locals.el | |
| parent | 71b22b03b51aaba01df786f70becb03a30429f03 (diff) | |
Fix fig client
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
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)))))))) |
