diff options
-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)) |