blob: e609fc449691968af96798c56f83b9bf19dbf83e (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(indent-tabs-mode))
(scheme-mode
(eval put 'call-with-database 'scheme-indent-function 1)
(eval put 'call-with-writable-database 'scheme-indent-function 1)))
|