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 ad32367..84cd077 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")))` +`(yas-with-comment (concat " " (format-time-string "%Y-%m-%d")))`
\ No newline at end of file |