From dc9feffd4294da4ac48508dc77d567563c97728d Mon Sep 17 00:00:00 2001 From: Anonymized Date: Sat, 20 Jan 2018 00:12:03 +0100 Subject: add .dir-locals.el --- .dir-locals.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..2fb3786 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,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)))))) -- cgit v1.2.3