Files
doom/snippets/latex-mode/secstar.yasnippet

8 lines
156 B
Plaintext
Raw Permalink Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# contributor : Mads D. Kristensen <madsdk@gmail.com>
# key : sec*
# group: sections
# name : \section*
# --
\section*{${1:name}}
$0