about summary refs log tree commit diff
path: root/.dir-locals.el
blob: fe4eb82c00f5f0867f9a8c93b70265d7ec445338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (makefile-gmake-mode
  (indent-tabs-mode t))
 (scheme-mode
  (eval put 'call-with-current-directory 'scheme-indent-function 1)
  (eval put 'lambda** 'scheme-indent-function 1)
  (eval put 'set-function-inputs 'scheme-indent-function 1)
  (eval put 'set-input-default 'scheme-indent-function 1)
  (eval put 'syntax-lambda** 'scheme-indent-function 1)
  (eval put 'test-condition 'scheme-indent-function 1)
  (eval put 'workflow 'scheme-indent-function 1)))