gnu: libxcb: Enable xcb-xkb.
[jackhill/guix/guix.git] / .dir-locals.el
CommitLineData
1722d680
LC
1;; Per-directory local variables for GNU Emacs 23 and later.
2
5cfdcd6a 3((nil . ((fill-column . 78)
1722d680
LC
4 (tab-width . 8)))
5 (c-mode . ((c-file-style . "gnu")))
6 (scheme-mode
7 .
8 ((indent-tabs-mode . nil)
0bdba772
LC
9 (eval . (put 'test-assert 'scheme-indent-function 1))
10 (eval . (put 'test-equal 'scheme-indent-function 1))
11 (eval . (put 'call-with-input-string 'scheme-indent-function 1))
12 (eval . (put 'guard 'scheme-indent-function 1))
1722d680
LC
13 (eval . (put 'lambda* 'scheme-indent-function 1))
14 (eval . (put 'substitute* 'scheme-indent-function 1))
15 (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
16 (eval . (put 'package 'scheme-indent-function 1))
073c34d7 17 (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
03323862
LC
18 (eval . (put 'with-error-handling 'scheme-indent-function 0))
19 (eval . (put 'with-mutex 'scheme-indent-function 1))))
1722d680
LC
20 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
21 (texinfo-mode . ((indent-tabs-mode . nil)
22 (fill-column . 72))))