From a6c75d2053908b058c6c877efc0eaae5d43d5cb6 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 16 Dec 2020 06:42:03 +0000 Subject: Update .dir-locals.el for with-time-logging --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 150e28a..4cbc8f8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,6 +8,7 @@ (indent-tabs-mode) (eval put 'make-parameter 'scheme-indent-function 1) (eval put 'with-db-worker-thread 'scheme-indent-function 1) + (eval put 'with-time-logging 'scheme-indent-function 1) (eval put 'with-timeout 'scheme-indent-function 1) (eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1)) (eval . (put 'with-store 'scheme-indent-function 1)))) -- cgit v1.2.3