diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-08 10:38:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-08 10:40:17 +0100 |
commit | f4596f7630ba8d281b972ebd40fd9947ef79e957 (patch) | |
tree | c85dc68a3ad8695f18b93d960e1517a48672671a /.dir-locals.el | |
parent | 767d24e83b0fdd1ee6f0f54333412328e858174e (diff) | |
download | patches-f4596f7630ba8d281b972ebd40fd9947ef79e957.tar patches-f4596f7630ba8d281b972ebd40fd9947ef79e957.tar.gz |
services: guix: Add 'log-compression' option.
* gnu/services/base.scm (<guix-configuration>)[log-compression]: New
field.
(guix-shepherd-service): Use 'match-record' instead of 'match'. Honor
'log-compression'.
* doc/guix.texi (Base Services): Document 'log-compression'.
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 949f7e0bc8..dac6cb1453 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -24,6 +24,7 @@ (eval . (put 'guard 'scheme-indent-function 1)) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) + (eval . (put 'match-record 'scheme-indent-function 2)) ;; 'modify-phases' and its keywords. (eval . (put 'modify-phases 'scheme-indent-function 1)) |