about summary refs log tree commit diff
path: root/.dir-locals.el
blob: 153cb4a1f10468e766d14225d14bc484234e73c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;;; 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 'assoc-set 'scheme-indent-function 1))
  (eval . (put 'build-gexp-script 'scheme-indent-function 1))
  (eval . (put 'call-with-atomic-output-file 'scheme-indent-function 1))
  (eval . (put 'call-with-current-directory 'scheme-indent-function 1))
  (eval . (put 'call-with-inferior 'scheme-indent-function 1))
  (eval . (put 'maybe-let* 'scheme-indent-function 1))
  (eval . (put 'maybe-assoc-set 'scheme-indent-function 1))
  (eval . (put 'run-with-state 'scheme-indent-function 0))
  (eval . (put 'state-let* 'scheme-indent-function 1))))