blob: 80502415ad184e99e57b757e543e67668b8d8c2e (
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
(indent-tabs-mode))
(makefile-mode
(indent-tabs-mode t))
(scheme-mode
(eval put 'call-with-database 'scheme-indent-function 1)
(eval put 'call-with-writable-database 'scheme-indent-function 1)
(eval put 'call-with-temporary-writable-database 'scheme-indent-function 1)))
|