[emacs] Add snippets for latex mode.
This commit is contained in:
9
.emacs.d/snippets/latex-mode/frame.yasnippet
Normal file
9
.emacs.d/snippets/latex-mode/frame.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Claudio Marforio <marforio@gmail.com>
|
||||
# key: frame
|
||||
# group: environments
|
||||
# name : \begin{frame} ... \end{frame}
|
||||
# --
|
||||
\begin{frame}{${1:Frame Title}}
|
||||
|
||||
\end{frame}
|
Reference in New Issue
Block a user