mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
9 lines
254 B
EmacsLisp
9 lines
254 B
EmacsLisp
((nil . ((indent-tabs-mode . t)
|
|
(tab-width . 8)
|
|
(fill-column . 70)))
|
|
(c-mode . ((c-file-style . "GNU")))
|
|
(change-log-mode . ((add-log-time-zone-rule . t)
|
|
(fill-column . 74))))
|
|
|
|
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd
|