diff options
Diffstat (limited to '.dir-locals.el')
-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 0e5705d..0423a7e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -13,6 +13,7 @@ (eval put 'test-error 'scheme-indent-function 1) (eval put 'make-parameter 'scheme-indent-function 1) (eval put 'with-database 'scheme-indent-function 0) + (eval put 'with-queue-writer-worker 'scheme-indent-function 0) (eval put 'with-db-worker-thread 'scheme-indent-function 1) (eval put 'with-db-writer-worker-thread 'scheme-indent-function 1)) (texinfo-mode |