blob: dd2a89469625c56d194c6074e1bea0e887548830 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(fill-column . 80)
(indent-tabs-mode))
(makefile-gmake-mode
(indent-tabs-mode t))
(scheme-mode
(eval . (put 'assoc-set 'scheme-indent-function 1))
(eval . (put 'build-gexp-script 'scheme-indent-function 1))
(eval . (put 'call-with-current-directory 'scheme-indent-function 1))
(eval . (put 'call-with-temporary-directory 'scheme-indent-function 1))
(eval . (put 'maybe-let* 'scheme-indent-function 1))
(eval . (put 'maybe-assoc-set 'scheme-indent-function 1))))
|