Change *x snippet to mark the checkbox checked

This commit is contained in:
Kenneth Benzie 2019-02-27 09:40:42 +00:00
parent 709408fdeb
commit aff61cd8a8

View File

@ -71,7 +71,7 @@ snippet note "NOTE comment"
endsnippet
snippet *x "GitHub style checkbox"
* [${1: }] $0
* [${1:x}] $0
endsnippet
snippet "* [" "GitHub style checkbox"