mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: \section
|
|
# key: sec
|
|
# uuid: sec
|
|
# --
|
|
\section{$1}
|
|
\label{sect!$1}
|