guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60891] [PATCH] .dir-locals.el: Customize indentation for computed-f


From: Maxim Cournoyer
Subject: [bug#60891] [PATCH] .dir-locals.el: Customize indentation for computed-file.
Date: Tue, 17 Jan 2023 15:06:13 -0500

* .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.
---

 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

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))

base-commit: ecda67a577570f412b103e5dd8ed1a44193a9c11
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]