diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-04-22 16:08:44 +0530 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-04-22 16:08:44 +0530 |
commit | f422b1722c850e5bd9f7d12b163bb29aea917447 (patch) | |
tree | bea868d44ebef494dd81d9d54c569cf1161930e1 | |
parent | 8b77c5bcbf652c0eb364f1de06aa7a758bc6bf67 (diff) |
-rw-r--r-- | src/.dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/.dir-locals.el b/src/.dir-locals.el new file mode 100644 index 0000000..1340e0a --- /dev/null +++ b/src/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((rust-ts-mode . ((compile-command . "cargo test")))) |