blob: 150e28ab5832df5a757c9c8c461b2de1136de97b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(fill-column . 78)
(tab-width . 8))
(scheme-mode
(indent-tabs-mode)
(eval put 'make-parameter 'scheme-indent-function 1)
(eval put 'with-db-worker-thread 'scheme-indent-function 1)
(eval put 'with-timeout 'scheme-indent-function 1)
(eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1))
(eval . (put 'with-store 'scheme-indent-function 1))))
|