diff options
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9a84ba1..25f36dd 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,8 +1,7 @@ ((rust-ts-mode . ((eglot-workspace-configuration . (:rust-analyzer - ( :cargo - ( ;; :target "wasm32-unknown-unknown" - :targetDir t) - :hover - (:show (:fields 10)))))))) + ( :check (:command "clippy") + :cargo (;; :target "wasm32-unknown-unknown" + :targetDir t) + :hover (:show (:fields 10)))))))) |
