comparison .dir-locals.el @ 100672:38e7317321ea

* make-dist (tempdir): Distribute .dir-locals.el. * .dir-locals.el: New file.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 24 Dec 2008 00:45:51 +0000
parents
children 245c01516a02
comparison
equal deleted inserted replaced
100671:b095fbcf559e 100672:38e7317321ea
1 ((nil . ((indent-tabs-mode . t)
2 (tab-width . 8)
3 (fill-column . 80)))
4 (c-mode . ((c-file-style . "GNU")))
5 (change-log-mode . ((add-log-time-zone-rule . t)))
6 ("lisp/mail/pmail*"
7 . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))