aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: fe85f1051eef9c34d4cfaa887cb41c34d7515ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; 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 'test-email= 'scheme-indent-function 1)
  (eval put 'test-alist= 'scheme-indent-function 1)))