diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-19 15:24:46 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-19 15:25:10 +0100 |
commit | 79dc0fbfdb156bafc919dc0a92af3ea380ee8174 (patch) | |
tree | b4011a67916394c1d670cf8cdad86a71fded68dd /.dir-locals.el | |
parent | c8092b5e7e2f793d25042d78ba913d466279cc8d (diff) | |
download | cantius-79dc0fbfdb156bafc919dc0a92af3ea380ee8174.tar.gz cantius-79dc0fbfdb156bafc919dc0a92af3ea380ee8174.zip |
Fix mismatched parenthesis in .dir-locals.el.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
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))))) |