AboutSummaryRefsLogTreeCommitDiffStats
path: root/.dir-locals.el
blob: c94ea0c718068df8a918a7b8d4abced771907195 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
;; Per-directory local variables for GNU Emacs 23 and later.

((nil . ((fill-column . 78)
	 (tab-width   .  8)))
 (c-mode . ((c-file-style . "gnu")
	    (indent-tabs-mode . nil)))
 (scheme-mode
  .
  ((indent-tabs-mode . nil)
   (eval . (put 'mcron-error 'scheme-indent-function 1)))))