Emacs personal configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
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}