blob: 3c298daba8a2f39cb614bc55eb6266765f11d6df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;;; 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)))
|