X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/927b50b7aec2da105bd5125dec272a89e38663c3..d7dee82420a04e5c92e5b5ad316e14a49bd4d689:/.emacs.d/etc/yasnippet/snippets/latex-mode/textbf diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/textbf b/.emacs.d/etc/yasnippet/snippets/latex-mode/textbf new file mode 100644 index 0000000..84171d7 --- /dev/null +++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/textbf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: textbf +# key: b +# -- +\textbf{$1}$0 \ No newline at end of file