aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 0e2f8c5d4007ca3951f82aeaeca4304eb95c930b (plain)
1
2
3
4
5
6
7
8
9
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
  (indent-tabs-mode))
 (scheme-mode
  (eval put 'set-input-source 'scheme-indent-function nil)
  (eval put 'set-step-in 'scheme-indent-function nil)
  (eval put 'lambda** 'scheme-indent-function 1)))