From c0d060320eacbe95b940ac7ae40b15a186c1b02a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 23 Apr 2025 11:51:16 -0700 Subject: Set compile command for scheme buffers This is the command that tries to build the home configuration from my project. This should be run with ‘project-compile’ or similar functions so that it runs correctly from the root of the project. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el index ac6cefc..222b2ca 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -12,6 +12,7 @@ (outline-heading-end-regexp . ":\n") (outline-regexp . "##+")) (scheme-mode + (compile-command . "guix home build config.scm") (geiser-guile-binary . ("guix" "repl")) (projectile-project-compilation-cmd . "guix home build config.scm") (eval . (put 'eval-when 'scheme-indent-function 1)) -- cgit v1.3-2-g0d8e