aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 16b44ef9c6523981a653b489068e82ebe5c7317e (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))
 (scheme-mode
  (eval put 'call-with-port 'scheme-indent-function 1)
  (eval put 'not-end-let 'scheme-indent-function 1)
  (eval put 'test-email= 'scheme-indent-function 1)
  (eval put 'test-alist= 'scheme-indent-function 1)))