projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Improve usability of rofi-light and rofi-pamixer wrappers
[~bandali/configs]
/
.emacs.d
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
section
Commit
Line
Data
2b3c93ec
AB
1
# -*- mode: snippet -*-
2
# name: section
30b5e6f0
3
# key: s
2b3c93ec
AB
4
# --
5
\section{${1:name}}
6
\label{sec:${2:label}}
7
8
$0