Set Emacs indentation for `wrap-program'.
authorTaylan Ulrich B <taylanbayirli@gmail.com>
Sat, 29 Nov 2014 12:36:24 +0000 (13:36 +0100)
committerMark H Weaver <mhw@netris.org>
Mon, 2 Feb 2015 22:22:36 +0000 (17:22 -0500)
* .dir-locals.el (scheme-mode): Set `scheme-indent-function' of `wrap-program'
  to 1.

.dir-locals.el

index 3c989d1..e056e26 100644 (file)
@@ -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