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:
parent
06392a723f
commit
2467729035
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue