]> git.rmz.io Git - dotfiles.git/commitdiff
vim/snippets/org: update datetime to insert inactive datetime
authorSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 01:14:52 +0000 (01:14 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 02:35:28 +0000 (02:35 +0000)
vim/ultisnips/org.snippets

index 460b609f4b1f882e8411967595be0ba782eec211..8751a1d9757b5feb00a18273f484355f53f50c28 100644 (file)
@@ -1,5 +1,5 @@
 snippet datetime "YYYY-MM-DD Day hh:mm" w
-`!v strftime("%Y-%m-%d %a %H:%M")`
+[`!v strftime("%Y-%m-%d %a %H:%M")`]
 endsnippet
 
 snippet ex "#+BEGIN_EXAMPLE" b