Remove type, expand-env from new snippet value

They are seldom used, and can cause errors if left in.

* yasnippet.el (yas-new-snippet-default): Remove type and expand-env
  directives.
This commit is contained in:
Noam Postavsky 2014-05-10 18:48:37 -04:00
parent 580e5c64f6
commit 8ced5c7f1d

View File

@ -188,9 +188,7 @@ as the default for storing the user's new snippets."
# -*- mode: snippet; require-final-newline: nil -*-
# name: $1
# key: ${2:${1:$(yas--key-from-desc yas-text)}}${3:
# binding: ${4:direct-keybinding}}${5:
# expand-env: ((${6:some-var} ${7:some-value}))}${8:
# type: command}
# binding: ${4:direct-keybinding}}
# --
$0"
"Default snippet to use when creating a new snippet.