diff options
author | bd <bdunahu@operationnull.com> | 2025-09-07 18:58:57 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-09-07 18:58:57 -0400 |
commit | 187ce23b369bf2e2156f4c2bcb1077799013e634 (patch) | |
tree | 4e0071e829cef34fd236282c031e5541634f26e6 /.dir-locals.el |
initial commit
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..8f02dcf --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((python-mode . ((compile-command . "python3 ./run_tests.py")))) |