Files
doom-emacs-conf/private-snippets/LaTeX-mode/chapter

8 lines
105 B
Plaintext
Raw Normal View History

2026-03-11 12:58:09 +01:00
# -*- mode: snippet -*-
# name: \chapter{} \label{}
# key: cl
# uuid: cl
# --
\chapter{$1} \label{$1}
$0