blob: 2a1eb55ed5c489552866cac3119f96dc35d26cb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(indent-tabs-mode))
(scheme-mode
(eval put 'set-input-source 'scheme-indent-function nil)
(eval put 'set-output-source 'scheme-indent-function nil)
(eval put 'set-step-in 'scheme-indent-function nil)
(eval put 'lambda** 'scheme-indent-function 1)
(eval put 'workflow 'scheme-indent-function 1)))
|