forked from colonelpanic/dotfiles
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: LaTeX class
|
||
|
# key: lcl
|
||
|
# condition: (= (current-column) 3)
|
||
|
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||
|
# --
|
||
|
#+LATEX_CLASS: ${1:$$(yas/choose-value '("report" "book" "article"))}
|