mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
These two modes exist to provide a nicer reading experience while viewing Doom's org documentation from within Emacs; they hide meta-lines, comments, markup, and more. They also enable our docs to use IDs for links and keep our ID db separate from any user ID dbs.
4 lines
121 B
EmacsLisp
4 lines
121 B
EmacsLisp
((nil (git-commit-major-mode . git-commit-elisp-text-mode)
|
|
(fill-column . 80))
|
|
(org-mode (mode . doom-docs-org)))
|