fix(docs): set mode in file-local vars
Due to emacs-straight/org-mode@e22b4eb, a replacement major mode (for org-mode) can no longer be specified from .dir-locals.el, as it spirals into infinite recursion. Therefore, a mode: line is needed in all Doom docs. Ref: emacs-straight/org-mode@e22b4eb7aa
This commit is contained in:
parent
893434a5db
commit
7e400abdc0
163 changed files with 166 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
|||
((nil (git-commit-major-mode . git-commit-elisp-text-mode)
|
||||
(fill-column . 80))
|
||||
(org-mode (mode . doom-docs-org)))
|
||||
(fill-column . 80)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue