aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 2fb3786beb41156bad3d9467350be5773a326dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; The 'nil' configuration applies to all modes.
((nil . (
         (eval . (progn
                   ;; minikanren stuff
                   (put 'run* 'scheme-indent-function 1)
                   (put 'fresh 'scheme-indent-function 1)
                   (put 'conde 'scheme-indent-function nil)
                   ;; wiredtigerz
                   (put 'with-cursor 'scheme-indent-function 1)
                   (put 'with-directory 'scheme-indent-function 1)
                   (put 'with-env 'scheme-indent-function 1)
                   (put 'with-context 'scheme-indent-function 1)
                   (put 'match 'scheme-indent-function 1)
                   (put 'with-transaction 'scheme-indent-function 1)
                   (put 'test-check 'scheme-indent-function 1)
                   (put 'call-with-cursor 'scheme-indent-function 1)
                   (put 'with-cnx 'scheme-indent-function 1))))))