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

8 lines
105 B
Plaintext
Raw Normal View History

2026-01-29 09:42:33 +01:00
# -*- mode: snippet -*-
# name: \chapter{} \label{}
# key: cl
# uuid: cl
# --
\chapter{$1} \label{$1}
2026-02-05 15:07:42 +01:00
$0