diff options
author | Christopher Baines <mail@cbaines.net> | 2020-12-16 06:42:03 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-12-16 06:42:03 +0000 |
commit | a6c75d2053908b058c6c877efc0eaae5d43d5cb6 (patch) | |
tree | 2e420d0e5ae5298313ee4f5cf0adb6af28e78d60 | |
parent | 1a8bd01044af751df03c2ef8daf676caa55816e4 (diff) | |
download | build-coordinator-a6c75d2053908b058c6c877efc0eaae5d43d5cb6.tar build-coordinator-a6c75d2053908b058c6c877efc0eaae5d43d5cb6.tar.gz |
Update .dir-locals.el for with-time-logging
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)))) |