summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-01-17 14:59:00 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-01-30 09:03:34 -0500
commit6d66b315e716be73a26bd057062a94a0d5a38c03 (patch)
treebc86385e5c8329ed83080097dc6b0bfe4a13c84e
parentde2729bd962616c86c4a3c1c29a1eb9cfd7ab199 (diff)
downloadguix-patches-6d66b315e716be73a26bd057062a94a0d5a38c03.tar
guix-patches-6d66b315e716be73a26bd057062a94a0d5a38c03.tar.gz
.dir-locals.el: Customize indentation for computed-file.
* .dir-locals.el: Configure scheme-indent-function property for computed-file, so that its first argument (the file name) is indented as a procedure argument.
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 47a4ccd2bb..71702d3e6c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -94,6 +94,7 @@
(eval . (put 'origin 'scheme-indent-function 0))
(eval . (put 'build-system 'scheme-indent-function 0))
(eval . (put 'bag 'scheme-indent-function 0))
+ (eval . (put 'computed-file 'scheme-indent-function 1))
(eval . (put 'gexp->derivation 'scheme-indent-function 1))
(eval . (put 'graft 'scheme-indent-function 0))
(eval . (put 'operating-system 'scheme-indent-function 0))