diff options
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9484927..1be9359 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -10,6 +10,5 @@ (eval . (put 'assoc-set 'scheme-indent-function 1)) (eval . (put 'build-gexp-script 'scheme-indent-function 1)) (eval . (put 'call-with-current-directory 'scheme-indent-function 1)) - (eval . (put 'call-with-temporary-directory 'scheme-indent-function 1)) (eval . (put 'maybe-let* 'scheme-indent-function 1)) (eval . (put 'maybe-assoc-set 'scheme-indent-function 1)))) |