Emacs personal configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 satır
260B

  1. # -*- mode: snippet -*-
  2. # contributor: Claudio Marforio <marforio@gmail.com>
  3. # key: block
  4. # group: environments
  5. # name : \begin{*block} ... \end{*block}
  6. # --
  7. \begin{${1:$$(yas/choose-value '("block" "exampleblock" "alertblock"))}}{${2:Block Title}}
  8. \end{$1}