mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
8 lines
261 B
EmacsLisp
8 lines
261 B
EmacsLisp
|
((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"))))))
|