mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Now that the header is dynamically generated (when doom-docs-mode is active), a literal header is unnecessary.
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Doom documentation
|
|
# --
|
|
#+title: ${1:Title}
|
|
#+subtitle: ${2:Subtitle}
|
|
|
|
$0 |