aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 1245b172d0ddea73ef4adbdeda2d06f87b6887f6 (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
  (fill-column . 78)
  (tab-width . 8))
 (scheme-mode
  (indent-tabs-mode)
  (eval put 'make-parameter 'scheme-indent-function 1)
  (eval put 'with-db-worker-thread 'scheme-indent-function 1)
  (eval . (put 'call-with-lzip-output-port 'scheme-indent-function 1))
  (eval . (put 'with-store 'scheme-indent-function 1))))