Specify the compile command for scheme files in this project

This commit is contained in:
Tom Willemse 2023-06-22 21:02:21 -07:00
parent 59b3e3439b
commit 4f7fe36471

View file

@ -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))