From aff61cd8a897300b5fcadd69f770c49c3c410890 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 27 Feb 2019 09:40:42 +0000 Subject: [PATCH] Change *x snippet to mark the checkbox checked --- UltiSnips/all.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/all.snippets b/UltiSnips/all.snippets index 9dff9c4..642e790 100644 --- a/UltiSnips/all.snippets +++ b/UltiSnips/all.snippets @@ -71,7 +71,7 @@ snippet note "NOTE comment" endsnippet snippet *x "GitHub style checkbox" -* [${1: }] $0 +* [${1:x}] $0 endsnippet snippet "* [" "GitHub style checkbox"