blob: 3a931715d3dfaf05fc5d1928bc3e12ea8e0c7d33 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(indent-tabs-mode))
(scheme-mode
(eval put 'lambda** 'scheme-indent-function 1)
(eval put 'syntax-lambda** 'scheme-indent-function 1)
(eval put 'workflow 'scheme-indent-function 1)))
|