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}