1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/.dir-locals.el
Dan Nicolaescu bda28f63f8 Remove non-working entry for pmail.
(fill-column): Fix typo.
(change-log-mode): Add fill column.
2008-12-27 17:10:24 +00:00

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