From e7dd5245c35d2794f59bcf700a6a92009ec8c478 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 28 Jun 2024 21:30:42 -0700 Subject: stuff --- yasnippet/org-mode/date | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 yasnippet/org-mode/date (limited to 'yasnippet/org-mode/date') diff --git a/yasnippet/org-mode/date b/yasnippet/org-mode/date new file mode 100644 index 0000000..ade2776 --- /dev/null +++ b/yasnippet/org-mode/date @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: date +# key: date +# -- +`(format-time-string "%Y-%m-%d")`$0 -- cgit