mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-21 12:23:30 -07:00
7 lines
85 B
Text
7 lines
85 B
Text
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# --
|
|
---
|
|
layout: ${1:default}
|
|
---
|
|
$0
|