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

7 lines
102 B
Plaintext
Raw Normal View History

2026-02-05 22:55:56 +01:00
# -*- mode: snippet -*-
# name: \chapter{} \label{}
# key: cl
# uuid: cl
# --
\chapter{$1} \label{$1}