Set Emacs indentation for `wrap-program'.

* .dir-locals.el (scheme-mode): Set `scheme-indent-function' of `wrap-program'
  to 1.
This commit is contained in:
Taylan Ulrich B 2014-11-29 13:36:24 +01:00 committed by Mark H Weaver
parent aa30c6e738
commit b1ec2233a1
1 changed files with 1 additions and 0 deletions

View 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