doomemacs/.dir-locals.el
Henrik Lissner 2467729035 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.
2021-08-04 01:53:12 -04:00

4 lines
131 B
EmacsLisp

((nil (git-commit-major-mode . git-commit-elisp-text-mode)
(fill-column . 80))
(org-mode (buffer-read-only . t)))