projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Tweak ERC settings, including enabling logging
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
subsection
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# -*- mode: snippet -*-
2
# name: subsection
3
# key: ss
4
# --
5
\subsection{${1:name}}
6
\label{sec:${2:label}}
7
8
$0