Specify the compile command for scheme files in this project
This commit is contained in:
parent
59b3e3439b
commit
4f7fe36471
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue