Skip to content

Commit 1abcf91

Browse files
committed
revert: fix(docs): set mode in file-local vars
emacs-straight/org-mode@e22b4eb7aab9 introduced a breaking change that made it impossible to rely on .dir-locals.el to change org-mode buffers in $EMACSDIR to doom-docs-org-mode (without infinite recursion), so we used file-local variables in 7e400ab. emacs-straight/org-mode@215de6176b22 reverted that change, so we can use .dir-locals.el again, and this is my preference, since it requires less boilerplate across our hundreds of org files. Ref: emacs-straight/org-mode@215de6176b22 Ref: emacs-straight/org-mode@e22b4eb7aab9 Revert: 7e400ab
1 parent 53fb367 commit 1abcf91

172 files changed

Lines changed: 2 additions & 172 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dir-locals.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
((nil (git-commit-major-mode . git-commit-elisp-text-mode)
2-
(fill-column . 80)))
2+
(fill-column . 80))
3+
(org-mode (mode . doom-docs-org)))

docs/appendix.org

Lines changed: 0 additions & 1 deletion

docs/faq.org

Lines changed: 0 additions & 1 deletion

modules/app/README.org

Lines changed: 0 additions & 1 deletion

modules/app/calendar/README.org

Lines changed: 0 additions & 1 deletion

modules/app/emms/README.org

Lines changed: 0 additions & 1 deletion

modules/app/everywhere/README.org

Lines changed: 0 additions & 1 deletion

modules/app/irc/README.org

Lines changed: 0 additions & 1 deletion

modules/app/rss/README.org

Lines changed: 0 additions & 1 deletion

modules/app/twitter/README.org

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)