1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/.dir-locals.el

8 lines
261 B
EmacsLisp
Raw Normal View History

((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"))))))