aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-12-19 15:24:46 +0100
committerWojtek Kosior <koszko@koszko.org>2023-12-19 15:25:10 +0100
commit79dc0fbfdb156bafc919dc0a92af3ea380ee8174 (patch)
treeb4011a67916394c1d670cf8cdad86a71fded68dd
parentc8092b5e7e2f793d25042d78ba913d466279cc8d (diff)
downloadcantius-79dc0fbfdb156bafc919dc0a92af3ea380ee8174.tar.gz
cantius-79dc0fbfdb156bafc919dc0a92af3ea380ee8174.zip
Fix mismatched parenthesis in .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 3fb8055..f11c023 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -6,4 +6,4 @@
.
;; Add guile indentation hints
((eval . (put 'start-stack 'scheme-indent-function 1)))
- ((eval . (put 'with-parameters* 'scheme-indent-function 2))))
+ ((eval . (put 'with-parameters* 'scheme-indent-function 2)))))