Add (guix ui).
[jackhill/guix/guix.git] / .dir-locals.el
1 ;; Per-directory local variables for GNU Emacs 23 and later.
2
3 ((nil . ((fill-column . 72)
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))
13 (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1))
14 (eval . (put 'with-error-handling 'scheme-indent-function 0))))
15 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
16 (texinfo-mode . ((indent-tabs-mode . nil)
17 (fill-column . 72))))