From 6b9bebbb3d4210f2efe8e40bc83bcf60ec673512 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 28 May 2021 08:05:02 -0400 Subject: .dir-locals.el: Specify indentation rule for with-shepherd-action. * .dir-locals.el (scheme-mode) : New indentation rule. --- .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 a4fcbfe7ca..aaa48ab552 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -141,6 +141,8 @@ (eval . (put 'with-paginated-output-port 'scheme-indent-function 1)) + (eval . (put 'with-shepherd-action 'scheme-indent-function 3)) + ;; This notably allows '(' in Paredit to not insert a space when the ;; preceding symbol is one of these. (eval . (modify-syntax-entry ?~ "'")) -- cgit v1.2.3