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

* .dir-locals.el (scheme-mode): Add 'package/inherit'.
This commit is contained in:
Ludovic Courtès 2020-08-25 15:17:50 +02:00
parent 3b8eea1c40
commit 8d0e5c2655
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

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