diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-22 09:26:41 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-22 09:26:41 -0500 |
| commit | f448de77d84b985047a332150c0382adc1836899 (patch) | |
| tree | 3003bfa2f8a74e08986ee6c0de7ad52edceb8302 /.dir-locals.el | |
Initial commit
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d0146c5 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu"))))))) |
