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
228B

  1. # -*- mode: snippet -*-
  2. # contributor : Mads D. Kristensen <madsdk@gmail.com>
  3. # key : desc
  4. # group: environments
  5. # name : \begin{description} ... \end{description}
  6. # --
  7. \begin{description}
  8. \item[${1:label}] $0
  9. \end{description}