aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorTimo Wilken2023-11-05 00:32:41 +0100
committerTimo Wilken2023-11-05 00:35:42 +0100
commitc3ef6ab1a62cf23cd15fd8865ec6bcdf8e7e4ad7 (patch)
treef31d4fea84535b0af61f5071ef82a65e1a90a153 /.dir-locals.el
parent5098b845e9eb0b3a39495f4fd7890cae0d426c3e (diff)
Fix `match-record' indentation
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 2317c777..9761ff20 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -20,7 +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 'match-record 'scheme-indent-function 2))
+ (eval . (put 'match-record 'scheme-indent-function 3))
;; 'modify-inputs' and its keywords.
(eval . (put 'modify-inputs 'scheme-indent-function 1))