diff options
| author | 2025-04-23 11:51:16 -0700 | |
|---|---|---|
| committer | 2025-04-23 11:51:16 -0700 | |
| commit | c0d060320eacbe95b940ac7ae40b15a186c1b02a (patch) | |
| tree | c2cd55524de162efd7d3bf61d4bffe72007b627c | |
| parent | 37a826f2e8e0098171d7ebd73078befa8373d709 (diff) | |
| download | new-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.el | 1 |
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)) |
