mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
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:
parent
580e5c64f6
commit
8ced5c7f1d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user