From f422b1722c850e5bd9f7d12b163bb29aea917447 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Tue, 22 Apr 2025 16:08:44 +0530 Subject: Let's define Emacs's compile-command for this project. --- src/.dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/.dir-locals.el 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")))) -- cgit v1.2.3