Skip to content

Commit 4e3c278

Browse files
author
Kristof Molnar-Tatai
committed
current-date in fundamental-mode
Inspired by Karl Voit's (https://github.com/novoid) blog post (https://karl-voit.at/2016/12/18/org-depend/). It simply inserts the current date in YYYY-MM-DD bound to 'dd' Found no conflict with other bindigs.
1 parent b83c0f2 commit 4e3c278

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- mode: snippet -*-
2+
# name: current-date
3+
# key: dd
4+
# contributor : Kristof Molnar-Tatai <[email protected]>
5+
# --
6+
`(format-time-string "%Y-%m-%d")`

0 commit comments

Comments
 (0)