summaryrefslogtreecommitdiff
path: root/guile/.dir-locals.el
blob: 54091ccaa58f4341bda8b191552efc01ce15302f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;; Per-directory local variables for GNU Emacs 23 and later.

((nil
  . ((fill-column . 78)
     (tab-width   .  8)))
 (c-mode . ((c-file-style . "gnu")))
 (scheme-mode
  .
  ((indent-tabs-mode . nil)
   (eval . (put 'with-child-process 'scheme-indent-function 1))))
 (texinfo-mode . ((indent-tabs-mode . nil)
		  (fill-column . 72))))