View raw

1 # -*- mode: snippet -*- 2 # name: add-hook 3 # key: hook 4 # -- 5 (add-hook '${1:mode-to-hook-on} '${2:function}) 6 $0