From ab80e4583b53a7b424563cbd17ba2bf95e168cc9 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 2 Jun 2026 00:54:56 -0400 Subject: Update --- 2026/framing/.dir-locals.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '2026/framing/.dir-locals.el') 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)))))))) -- cgit v1.2.3