mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)))
|
||||
|
Reference in New Issue
Block a user