summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:36:39 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:36:39 -0400
commit6adce4e1ed84e96f653b7c41b15dc2ac5ea8eb37 (patch)
tree4df8bcc2bd821e39728f1f4d9bfe4a6bc8491832 /.dir-locals.el
parentc601d6a7e2079421627a77c5fcbd93716870e3c7 (diff)
emacs: Remove directory local compile command.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
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))