diff options
| author | bd <bdunahu@operationnull.com> | 2025-10-06 18:27:09 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-10-06 18:27:09 -0400 |
| commit | 2edc08465723f444a1ef4108d41bac852f7be88a (patch) | |
| tree | 53f5d1c4eca459c0c9784844b3d8c80bc4b03287 /.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")))) |
