From 3759cd33f45bebbd5b6a8682f053bc410afaef18 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 20 Jan 2024 16:28:08 +0100 Subject: Fix syntax error in .dir-locals.el. --- .dir-locals.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index f11c023..634cdd5 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -5,5 +5,5 @@ ((scheme-mode . ;; Add guile indentation hints - ((eval . (put 'start-stack 'scheme-indent-function 1))) - ((eval . (put 'with-parameters* 'scheme-indent-function 2))))) + ((eval . (put 'start-stack 'scheme-indent-function 1)) + (eval . (put 'with-parameters* 'scheme-indent-function 2))))) -- cgit v1.2.3