diff options
Diffstat (limited to 'snippets/text-mode/cdate')
-rw-r--r-- | snippets/text-mode/cdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/text-mode/cdate b/snippets/text-mode/cdate index 84cd077..dc47845 100644 --- a/snippets/text-mode/cdate +++ b/snippets/text-mode/cdate @@ -1,4 +1,4 @@ # -*- mode: snippet -*- # key: cdate # -- -`(yas-with-comment (concat " " (format-time-string "%Y-%m-%d")))`
\ No newline at end of file +`(km/yas-with-comment (format-time-string "%Y-%m-%d"))`
\ No newline at end of file |