dotfiles/latexclass.yasnippet

8 lines
219 B
Plaintext
Raw Normal View History

# -*- 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"))}