guix-commits
[Top][All Lists]
Advanced

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

03/08: .dir-locals.el: Add indentation rule for 'package/inherit'.


From: guix-commits
Subject: 03/08: .dir-locals.el: Add indentation rule for 'package/inherit'.
Date: Tue, 25 Aug 2020 18:52:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8d0e5c2655b17abaf36dbd64491e6b039fb46b49
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Aug 25 15:17:50 2020 +0200

    .dir-locals.el: Add indentation rule for 'package/inherit'.
    
    * .dir-locals.el (scheme-mode): Add 'package/inherit'.
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 155255a..7f96670 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -40,6 +40,7 @@
    (eval . (put 'with-writable-file 'scheme-indent-function 1))
 
    (eval . (put 'package 'scheme-indent-function 0))
+   (eval . (put 'package/inherit 'scheme-indent-function 1))
    (eval . (put 'origin 'scheme-indent-function 0))
    (eval . (put 'build-system 'scheme-indent-function 0))
    (eval . (put 'bag 'scheme-indent-function 0))



reply via email to

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