diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-02 00:54:56 -0400 |
| commit | ab80e4583b53a7b424563cbd17ba2bf95e168cc9 (patch) | |
| tree | 54d4bb560c03585046e0b1ac0de7fafb496be94a /2026/framing/.dir-locals.el | |
| parent | 7409691cb134eef99a7d9e53b57a1cba41a7ca09 (diff) | |
Update
Diffstat (limited to '2026/framing/.dir-locals.el')
| -rw-r--r-- | 2026/framing/.dir-locals.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/2026/framing/.dir-locals.el b/2026/framing/.dir-locals.el index d0146c5..ebe3652 100644 --- a/2026/framing/.dir-locals.el +++ b/2026/framing/.dir-locals.el @@ -1 +1,7 @@ -((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu"))))))) +((rust-ts-mode . + ((eglot-workspace-configuration . + (:rust-analyzer + ( :check (:command "clippy") + :cargo ( :target "wasm32-unknown-unknown" + :targetDir t) + :hover (:show (:fields 10)))))))) |
