Fix compilation command for scheme buffers

This commit is contained in:
Tom Willemse 2023-07-10 23:22:02 -07:00
parent 05dfbea463
commit e0fc8bf86e

View file

@ -12,7 +12,7 @@
(outline-heading-end-regexp . ":\n")
(outline-regexp . "##+"))
(scheme-mode
(compile-command . "guix home build config.scm")
(projectile-project-compilation-cmd . "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))