blob: 588519dd6506dc1b2bf1b89d13d73dd84d9dac52 (
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))
(makefile-gmake-mode
(indent-tabs-mode t))
(scheme-mode
(fill-column . 80)
(eval . (put 'run64:match 'scheme-indent-function 1))))
|