forked from colonelpanic/dotfiles
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: LaTeX header
|
||
|
# key: lhe
|
||
|
# condition: (= (current-column) 3)
|
||
|
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||
|
# --
|
||
|
#+LATEX_HEADER: ${1:\usepackage{$2}}
|