From b1ec2233a19180d8accd13c51e6177071ec6df49 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Sat, 29 Nov 2014 13:36:24 +0100 Subject: Set Emacs indentation for `wrap-program'. * .dir-locals.el (scheme-mode): Set `scheme-indent-function' of `wrap-program' to 1. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 3c989d1338..e056e26c9a 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -54,6 +54,7 @@ (eval . (put 'mlet 'scheme-indent-function 2)) (eval . (put 'run-with-store 'scheme-indent-function 1)) (eval . (put 'run-with-state 'scheme-indent-function 1)) + (eval . (put 'wrap-program 'scheme-indent-function 1)) ;; Recognize '~', '+', and '$', as used for gexps, as quotation symbols. ;; This notably allows '(' in Paredit to not insert a space when the -- cgit v1.2.3