summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-08-27 00:46:57 -0400
committerAmin Bandali <bandali@gnu.org>2019-08-27 01:38:32 -0400
commit2b3c93ec75a0c69ba421bd11260cd46cac70b536 (patch)
tree52d113ce46162c5c7efdeb87a8cbf8c8713e3f9b /.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand
parent3b3615f5761d8949046d65906d3f324eec9b18e8 (diff)
downloadconfigs-2b3c93ec75a0c69ba421bd11260cd46cac70b536.tar.gz
configs-2b3c93ec75a0c69ba421bd11260cd46cac70b536.tar.xz
configs-2b3c93ec75a0c69ba421bd11260cd46cac70b536.zip
emacs: yasnippet: add some convenience snippets for latex-mode
Diffstat (limited to '')
-rw-r--r--.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand b/.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand
new file mode 100644
index 0000000..e9e03ca
--- /dev/null
+++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/newcommand
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: newcommand
+# key: cmd
+# --
+\newcommand{\\${1:name}}${2:[${3:0}]}{$0} \ No newline at end of file