diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-25 00:43:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-25 00:51:06 -0400 |
commit | 41407376f051cd2898fb2a7efaa8778d9365722d (patch) | |
tree | 7841ae60dbde65c8d4172085615049d9ce21d391 /snippets/text-mode/cdate | |
parent | a0c1aa44d778782e05a0681de4bad4979537a001 (diff) | |
download | emacs.d-41407376f051cd2898fb2a7efaa8778d9365722d.tar.gz |
Remove a few functions the are covered by snippets
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")))` |