summaryrefslogtreecommitdiff
path: root/snippets/text-mode/date
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-25 00:43:04 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-25 00:51:06 -0400
commit41407376f051cd2898fb2a7efaa8778d9365722d (patch)
tree7841ae60dbde65c8d4172085615049d9ce21d391 /snippets/text-mode/date
parenta0c1aa44d778782e05a0681de4bad4979537a001 (diff)
downloademacs.d-41407376f051cd2898fb2a7efaa8778d9365722d.tar.gz
Remove a few functions the are covered by snippets
Diffstat (limited to 'snippets/text-mode/date')
-rw-r--r--snippets/text-mode/date4
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