diff options
author | Preston Pan <preston@nullring.xyz> | 2024-06-28 21:30:42 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-06-28 21:30:42 -0700 |
commit | e7dd5245c35d2794f59bcf700a6a92009ec8c478 (patch) | |
tree | 0d0e81552f0426f8b715bd5bd3bdd0856058db2c /yasnippet/org-mode/date | |
parent | 01ba01763b81a838dcbac4c08243804e068495b9 (diff) |
stuff
Diffstat (limited to 'yasnippet/org-mode/date')
-rw-r--r-- | yasnippet/org-mode/date | 5 |
1 files changed, 5 insertions, 0 deletions
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 |