projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
move emacs files from .emacs.d to .
[~bandali/configs]
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
enumerate
1
# -*- mode: snippet -*-
2
# name: enumerate
3
# key: o
4
# --
5
\begin{enumerate}
6
\item $0
7
\end{enumerate}