dotfiles/.emacs.d/snippets/latex-mode/newcommand

5 lines
100 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: newcommand
# key: cmd
# --
\newcommand{\\${1:name}}${2:[${3:0}]}{$0}