aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-04-23 11:51:16 -0700
committerGravatar Tom Willemse2025-04-23 11:51:16 -0700
commitc0d060320eacbe95b940ac7ae40b15a186c1b02a (patch)
treec2cd55524de162efd7d3bf61d4bffe72007b627c
parent37a826f2e8e0098171d7ebd73078befa8373d709 (diff)
downloadnew-dotfiles-c0d060320eacbe95b940ac7ae40b15a186c1b02a.tar.gz
new-dotfiles-c0d060320eacbe95b940ac7ae40b15a186c1b02a.zip
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.
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
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))