Skip to content

Commit 350be58

Browse files
graywolfcivodul
authored andcommitted
.dir-locals.el: Configure indentation for home-environment.
* .dir-locals.el (scheme-mode): Indent home-environment same as operating-system. Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd Signed-off-by: Ludovic Courtès <[email protected]>
1 parent f92f6f0 commit 350be58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dir-locals.el

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
(eval . (put 'bag 'scheme-indent-function 0))
9898
(eval . (put 'graft 'scheme-indent-function 0))
9999
(eval . (put 'operating-system 'scheme-indent-function 0))
100+
(eval . (put 'home-environment 'scheme-indent-function 0))
100101
(eval . (put 'file-system 'scheme-indent-function 0))
101102
(eval . (put 'swap-space 'scheme-indent-function 0))
102103
(eval . (put 'manifest-entry 'scheme-indent-function 0))

0 commit comments

Comments
 (0)