guix-package: Report `--search' matches in recutils format.
[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)
9 (eval . (put 'lambda* 'scheme-indent-function 1))
10 (eval . (put 'substitute* 'scheme-indent-function 1))
11 (eval . (put 'with-directory-excursion 'scheme-indent-function 1))
12 (eval . (put 'package 'scheme-indent-function 1))
073c34d7
LC
13 (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
14 (eval . (put 'with-error-handling 'scheme-indent-function 0))))
1722d680
LC
15 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
16 (texinfo-mode . ((indent-tabs-mode . nil)
17 (fill-column . 72))))