From 9065f3c9765123f5f5bc503407c493fdb7c79488 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 9 Jun 2026 03:20:53 -0400 Subject: Initial handcam stuff --- .dir-locals.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index d0146c5..25f36dd 100644 --- a/.dir-locals.el +++ b/.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