diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-10-25 13:56:26 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-10-25 13:56:26 +0400 |
| commit | e471f3f17b0e626b90f851a5c04a95d6731623eb (patch) | |
| tree | faf49169640131330746ba4c627fc414d9f8080e /.emacs.d/snippets/latex-mode/equation | |
| parent | d6aaf9079a80d971da2607ab035bb0cebf6e5fdb (diff) | |
Added emacs config files
Diffstat (limited to '.emacs.d/snippets/latex-mode/equation')
| -rw-r--r-- | .emacs.d/snippets/latex-mode/equation | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/latex-mode/equation b/.emacs.d/snippets/latex-mode/equation new file mode 100644 index 0000000..c58335f --- /dev/null +++ b/.emacs.d/snippets/latex-mode/equation @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Insert equation* environment +# key: @eq +# -- +\begin{equation*} + $0 +\end{equation*}
\ No newline at end of file |