summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-11-07 00:18:20 +0100
committerLudovic Courtès <ludo@gnu.org>2013-11-07 00:18:20 +0100
commit35ef3633001b05c25324c6e5a69d635ddc62cb6d (patch)
tree71752d3c8167baded0da65eb3191bb49f1678c16 /.dir-locals.el
parent01e82af55fa9823be36e2bd94868bb7b32f0fd73 (diff)
downloadpatches-35ef3633001b05c25324c6e5a69d635ddc62cb6d.tar
patches-35ef3633001b05c25324c6e5a69d635ddc62cb6d.tar.gz
Add indentation rule for 'origin'.
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 240fae1c12..bb4e964dd5 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -14,6 +14,7 @@
(eval . (put 'substitute* '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))
(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))