diff options
| author | 2023-07-10 23:22:02 -0700 | |
|---|---|---|
| committer | 2023-07-10 23:22:02 -0700 | |
| commit | e0fc8bf86ef79c635921054e601c5baba0b08d4f (patch) | |
| tree | bcb21e74a34f78ddaa9ad6d6464f0aa23da809a6 | |
| parent | 05dfbea46326685ddb0cf7a48a8810bc1306ee61 (diff) | |
| download | new-dotfiles-e0fc8bf86ef79c635921054e601c5baba0b08d4f.tar.gz new-dotfiles-e0fc8bf86ef79c635921054e601c5baba0b08d4f.zip | |
Fix compilation command for scheme buffers
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 4acbb68..a148855 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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)) |
