From 87cede2bc3ec578ea22002c70de4ed7ea988f873 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 18 Aug 2025 05:30:24 -0400 Subject: Don't output in proc macro --- .dir-locals.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 23a499f..7d26985 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,8 @@ -;; ((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "wasm32-unknown-unknown"))))))) -((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu"))))))) +((rust-ts-mode . + ((eglot-workspace-configuration . + (:rust-analyzer + ( :cargo + ( :target "wasm32-unknown-unknown" + :targetDir t) + :hover + (:show (:fields 10)))))))) -- cgit v1.2.3