diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-28 22:14:15 -0500 |
| commit | 2f30c4d25f3e01fb4fc8089134a610195f1cdb13 (patch) | |
| tree | 673ecf44eab08f94343e471c8608336d7c3f60d5 /.dir-locals.el | |
| parent | 18534b14ec9fc83a12affe8ac3350f1f414d004e (diff) | |
Networking
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 23a499f..e3e9c3b 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,2 @@ -;; ((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-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"))))))) |
