diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-24 00:45:51 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-24 00:45:51 +0000 |
commit | b08ddfb407a2017fd781fadf6cc2573909a2b664 (patch) | |
tree | fd02eb2d3bae296282454ba1fa8344825a61fc64 /.dir-locals.el | |
parent | bb31cb3171af96b927917937e94308dd7350af46 (diff) | |
download | emacs-b08ddfb407a2017fd781fadf6cc2573909a2b664.tar.gz |
* make-dist (tempdir): Distribute .dir-locals.el.
* .dir-locals.el: New file.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000000..377f0deb1a6 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,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")))))) |