summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-02-26 22:48:14 +0100
committerLudovic Courtès <ludo@gnu.org>2015-02-26 22:48:39 +0100
commit8ddc41e1f25b643beaa204b1f5c271cfe7f3e0a9 (patch)
tree51012af80e2f7ca14cbfe720a6be6b918da547cc /.dir-locals.el
parentcd0385b61a934eafe1601e7c22024cf452d357c2 (diff)
downloadpatches-8ddc41e1f25b643beaa204b1f5c271cfe7f3e0a9.tar
patches-8ddc41e1f25b643beaa204b1f5c271cfe7f3e0a9.tar.gz
utils: Add 'modify-phases'.
* guix/build/utils.scm (modify-phases): 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 e056e26c9a..7aef853625 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -20,6 +20,7 @@
(eval . (put 'guard 'scheme-indent-function 1))
(eval . (put 'lambda* 'scheme-indent-function 1))
(eval . (put 'substitute* 'scheme-indent-function 1))
+ (eval . (put 'modify-phases 'scheme-indent-function 1))
(eval . (put 'with-directory-excursion 'scheme-indent-function 1))
(eval . (put 'package 'scheme-indent-function 0))
(eval . (put 'origin 'scheme-indent-function 0))