Emacs personal configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
257B

  1. # -*- mode: snippet -*-
  2. # contributor : Mads D. Kristensen <madsdk@gmail.com>
  3. # key : cha
  4. # group: sections
  5. # name : \chapter
  6. # --
  7. \chapter{${1:name}}
  8. \label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
  9. $0