doomemacs/modules/editor/file-templates/templates/org-mode/__doom-docs
Henrik Lissner d6ffd2bfaa
fix(file-templates): update doom doc templates
To reflect the new mode: line added in 7e400ab, and add an ID property.
Also corrects heading level in __doom-readme file template.

Ref: 7e400abdc0
2022-08-04 01:15:23 +02:00

11 lines
No EOL
194 B
Text

# -*- mode: snippet -*-
# name: Doom documentation
# --
# -*- mode: doom-docs-org -*-
:PROPERTIES:
:ID: `(doom-docs-generate-id)`
:END:
#+title: ${1:Title}
#+subtitle: ${2:Subtitle}
$0