diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-08-25 15:17:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-08-26 00:51:56 +0200 |
commit | 8d0e5c2655b17abaf36dbd64491e6b039fb46b49 (patch) | |
tree | 0ac0d62b4f343cd91e9bc3a173eae8a99392b232 /.dir-locals.el | |
parent | 3b8eea1c40471e7eab9927966ae17debe7ab54d7 (diff) | |
download | guix-8d0e5c2655b17abaf36dbd64491e6b039fb46b49.tar.gz |
.dir-locals.el: Add indentation rule for 'package/inherit'.
* .dir-locals.el (scheme-mode): Add 'package/inherit'.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 155255a770..7f966704c7 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)) |