mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
To reflect the new mode: line added in7e400ab
, and add an ID property. Also corrects heading level in __doom-readme file template. Ref:7e400abdc0
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Doom documentation
|
|
# --
|
|
# -*- mode: doom-docs-org -*-
|
|
:PROPERTIES:
|
|
:ID: `(doom-docs-generate-id)`
|
|
:END:
|
|
#+title: ${1:Title}
|
|
#+subtitle: ${2:Subtitle}
|
|
|
|
$0 |