summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-19 23:03:43 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-24 00:01:49 +0100
commitce4a482983abaf7090d098cdda973139cefb56b7 (patch)
tree63d1e8bb1ae0e1119d958fd1163a14251691b3b8 /.dir-locals.el
parent045111e10c0197f1a235bb886df2e446285a6f70 (diff)
downloadpatches-ce4a482983abaf7090d098cdda973139cefb56b7.tar
patches-ce4a482983abaf7090d098cdda973139cefb56b7.tar.gz
store: Add 'with-store' convenience macro.
* guix/store.scm (with-store): New macro.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 87cdaae807..03d9a4ec8d 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -18,6 +18,7 @@
(eval . (put 'manifest-entry 'scheme-indent-function 0))
(eval . (put 'manifest-pattern 'scheme-indent-function 0))
(eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
+ (eval . (put 'with-store 'scheme-indent-function 1))
(eval . (put 'with-error-handling 'scheme-indent-function 0))
(eval . (put 'with-mutex 'scheme-indent-function 1))
(eval . (put 'with-atomic-file-output 'scheme-indent-function 1))