mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
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:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user