diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-17 22:04:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-18 23:17:17 +0200 |
commit | 1563d6c79f759cb9a6cc5561463653f0f184cb36 (patch) | |
tree | 25d63a946bdb969252371000de7044cc4938b3d0 /.dir-locals.el | |
parent | 54412ebfeb51de88eecde28ac69ace46b2d9e420 (diff) | |
download | guix-1563d6c79f759cb9a6cc5561463653f0f184cb36.tar guix-1563d6c79f759cb9a6cc5561463653f0f184cb36.tar.gz |
Add (guix workers).
* guix/workers.scm, tests/workers.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* .dir-locals.el: Add rule for 'eventually'.
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 917fd3004a..a2d1eb8160 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -68,6 +68,7 @@ (eval . (put 'call-with-container 'scheme-indent-function 1)) (eval . (put 'container-excursion 'scheme-indent-function 1)) + (eval . (put 'eventually 'scheme-indent-function 1)) ;; Recognize '~', '+', and '$', as used for gexps, as quotation symbols. ;; This notably allows '(' in Paredit to not insert a space when the |