inline-math (68B)
1 # -*- mode: snippet -*-
2 # name: inline-math
3 # key: $
4 # --
5 \\($1\\)$2
My emacs configuration, done in a literate programming fashion using org-mode
git clone git://git.shimmy1996.com/emacs.d.git
1 # -*- mode: snippet -*-
2 # name: inline-math
3 # key: $
4 # --
5 \\($1\\)$2