fix(file-templates): update doom doc templates
To reflect the new mode: line added in7e400ab
, and add an ID property. Also corrects heading level in __doom-readme file template. Ref:7e400abdc0
This commit is contained in:
parent
08dac1400f
commit
d6ffd2bfaa
4 changed files with 31 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Doom documentation
|
||||
# --
|
||||
# -*- mode: doom-docs-org -*-
|
||||
:PROPERTIES:
|
||||
:ID: `(doom-docs-generate-id)`
|
||||
:END:
|
||||
#+title: ${1:Title}
|
||||
#+subtitle: ${2:Subtitle}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue