Files
doom/snippets/latex-mode/gls.yasnippet
Zelong Kuang aa7fa9511c Initial commit
2025-11-16 15:47:31 +11:00

9 lines
204 B
Plaintext

# -*- mode: snippet -*-
# contributor : Peter Urbak <peter@dragonwasrobot.com>
# key : newgls
# group: misc
# name : \newglossaryentry{...}{...}
# --
\newglossaryentry{$1}{name={$1},
description={$2.}}