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