mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
bda28f63f8
(fill-column): Fix typo. (change-log-mode): Add fill column.
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
|