diff options
author | Arun Isaac | 2022-01-05 14:39:51 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-05 14:39:51 +0530 |
commit | d9a5f8c13f123d0d5479b9a1100d05de46c00006 (patch) | |
tree | 659182270318bcb6a66c468402d80a6694c330f9 | |
parent | ab42bfee69a80e918c27b17bdada0d922b9b98aa (diff) | |
download | kolam-d9a5f8c13f123d0d5479b9a1100d05de46c00006.tar.gz kolam-d9a5f8c13f123d0d5479b9a1100d05de46c00006.tar.lz kolam-d9a5f8c13f123d0d5479b9a1100d05de46c00006.zip |
dir-locals: Indent call-with-input-pipe correctly.
* .dir-locals.el (scheme-mode): Indent call-with-input-pipe correctly.
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index e83c70a..d20a471 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -4,4 +4,6 @@ ((nil (indent-tabs-mode)) (makefile-gmake-mode - (indent-tabs-mode t))) + (indent-tabs-mode t)) + (scheme-mode + (eval . (put 'call-with-input-pipe 'scheme-indent-function 1)))) |