diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-12-24 21:41:18 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-12-24 21:41:18 +0400 |
| commit | e015e0f18488aa6d59626d2a239a416ba89c8c66 (patch) | |
| tree | 21c4bb2b1a5395fc1110b41f90d8d9dc9e70379f /.emacs.d/snippets/latex-mode/equation | |
| parent | 2834fb65d4224e539144c9d32a022298d274139b (diff) | |
Removed fzf plugin from vim config and moved emacs config to separate repo
Diffstat (limited to '.emacs.d/snippets/latex-mode/equation')
| -rw-r--r-- | .emacs.d/snippets/latex-mode/equation | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/snippets/latex-mode/equation b/.emacs.d/snippets/latex-mode/equation deleted file mode 100644 index c58335f..0000000 --- a/.emacs.d/snippets/latex-mode/equation +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: Insert equation* environment -# key: @eq -# -- -\begin{equation*} - $0 -\end{equation*}
\ No newline at end of file |