title (128B)
1 # -*- mode: snippet -*- 2 # name: title 3 # key: title 4 # -- 5 \title{${1:title}} 6 \author{${2:author}} 7 \date{${3:\today}} 8 \maketitle 9 $0
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: title 3 # key: title 4 # -- 5 \title{${1:title}} 6 \author{${2:author}} 7 \date{${3:\today}} 8 \maketitle 9 $0