diff options
Diffstat (limited to 'snippets/text-mode/cdate')
-rw-r--r-- | snippets/text-mode/cdate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/snippets/text-mode/cdate b/snippets/text-mode/cdate new file mode 100644 index 0000000..ad32367 --- /dev/null +++ b/snippets/text-mode/cdate @@ -0,0 +1,4 @@ +# -*- mode: snippet -*- +# key: cdate +# -- +`(yas-with-comment (concat " " (format-time-string "%Y-%m-%d")))` |