fix(snippets): ADR correct field order; prefix ; for all keys; add meeting/weekly/todo/blogpost

This commit is contained in:
2026-02-24 14:46:50 +01:00
parent 6cb5c11b42
commit 60cb629ed7
6 changed files with 75 additions and 21 deletions

18
snippets/org-mode/weekly Normal file
View File

@@ -0,0 +1,18 @@
# -*- mode: snippet -*-
# name: Weekly review
# key: ;weekly
# --
* Weekly Review — `(format-time-string "W%V %Y")`
** Done this week
${1:- }
** In progress
${2:- }
** Blocked
${3:- }
** Next week focus
${4:- }
$0