summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 377f0deb1a638bfdc867d06afba75c530ee04cbb (plain)
1
2
3
4
5
6
7
((nil . ((indent-tabs-mode . t)
         (tab-width . 8)
         (fill-column . 80)))
 (c-mode . ((c-file-style . "GNU")))
 (change-log-mode . ((add-log-time-zone-rule . t)))
 ("lisp/mail/pmail*"
  . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))