aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-22 21:02:21 -0700
committerGravatar Tom Willemse2023-06-22 21:02:21 -0700
commit4f7fe36471e12d2a914a26dfbd5de18d578d186d (patch)
tree6607e2c624c3f276f048db470a26527f86055741 /.dir-locals.el
parent59b3e3439b6fc25f6739710ae8c3aad748ca5a27 (diff)
downloadnew-dotfiles-4f7fe36471e12d2a914a26dfbd5de18d578d186d.tar.gz
new-dotfiles-4f7fe36471e12d2a914a26dfbd5de18d578d186d.zip
Specify the compile command for scheme files in this project
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d519729..4acbb68 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")
(eval . (put 'eval-when 'scheme-indent-function 1))
(eval . (put 'call-with-prompt 'scheme-indent-function 1))
(eval . (put 'test-assert 'scheme-indent-function 1))