From 788d02865aa0a0e776ed65defbbd584a236dfdfb Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 28 Jan 2023 23:44:40 +0000 Subject: git: Abstract temporary checkout. * tissue/git.scm (call-with-temporary-checkout, call-with-temporary-checkouts): New public functions. * .dir-locals.el (scheme-mode): Set scheme-indent-function of call-with-temporary-checkout and call-with-temporary-checkouts to 1. --- .dir-locals.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index f6bf9b6..8c01904 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,6 +8,8 @@ (scheme-mode (eval . (put 'call-with-current-directory 'scheme-indent-function 1)) (eval . (put 'call-with-file-in-git 'scheme-indent-function 2)) + (eval . (put 'call-with-temporary-checkout 'scheme-indent-function 1)) + (eval . (put 'call-with-temporary-checkouts 'scheme-indent-function 1)) (eval . (put 'function-documentation 'scheme-indent-function 2)) (eval . (put 'docstring-function-documentation 'scheme-indent-function 2)) (eval . (put 'with-ellipsis 'scheme-indent-function 1)) -- cgit v1.2.3