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:
parent
aa30c6e738
commit
b1ec2233a1
@ -54,6 +54,7 @@
|
|||||||
(eval . (put 'mlet 'scheme-indent-function 2))
|
(eval . (put 'mlet 'scheme-indent-function 2))
|
||||||
(eval . (put 'run-with-store 'scheme-indent-function 1))
|
(eval . (put 'run-with-store 'scheme-indent-function 1))
|
||||||
(eval . (put 'run-with-state '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.
|
;; Recognize '~', '+', and '$', as used for gexps, as quotation symbols.
|
||||||
;; This notably allows '(' in Paredit to not insert a space when the
|
;; This notably allows '(' in Paredit to not insert a space when the
|
||||||
|
Loading…
Reference in New Issue
Block a user