From e015e0f18488aa6d59626d2a239a416ba89c8c66 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 24 Dec 2021 21:41:18 +0400 Subject: Removed fzf plugin from vim config and moved emacs config to separate repo --- .emacs.d/snippets/latex-mode/equation | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .emacs.d/snippets/latex-mode/equation (limited to '.emacs.d/snippets/latex-mode/equation') 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 -- cgit v1.2.3