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

7 lines
102 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}