From 43d179567499a62653f2d110f30caf135b84c069 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 31 Aug 2022 20:29:53 -0400 Subject: dir-locals: Update compile-command to use 'guix shell'. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index da8b177..1f3c14e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ -((nil . ((compile-command . "make -j$(nproc)"))) +((nil . ((compile-command . "guix shell --pure --development --file=guix.scm -- make -j$(nproc)") (scheme-mode . ((eval . (put 'with-tests 'scheme-indent-function 1)) -- cgit v1.2.3