diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-01 21:36:39 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-01 21:36:39 -0400 |
commit | 6adce4e1ed84e96f653b7c41b15dc2ac5ea8eb37 (patch) | |
tree | 4df8bcc2bd821e39728f1f4d9bfe4a6bc8491832 | |
parent | c601d6a7e2079421627a77c5fcbd93716870e3c7 (diff) |
emacs: Remove directory local compile command.
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 1f3c14e..dfdd219 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,4 @@ -((nil . ((compile-command . "guix shell --pure --development --file=guix.scm -- make -j$(nproc)") - (scheme-mode +((scheme-mode . ((eval . (put 'with-tests 'scheme-indent-function 1)) (eval . (put 'test-group 'scheme-indent-function 1)) |