tweak: fill-column = 80 for project

This is to prevent incorrect line length in code/doc contributions from
users who have changed fill-column in their own configs.
This commit is contained in:
Henrik Lissner 2021-08-04 01:20:15 -04:00
parent 06392a723f
commit 2467729035

View file

@ -1,2 +1,3 @@
((nil (git-commit-major-mode . git-commit-elisp-text-mode))
((nil (git-commit-major-mode . git-commit-elisp-text-mode)
(fill-column . 80))
(org-mode (buffer-read-only . t)))