summaryrefslogtreecommitdiffstats
path: root/snippets/fundamental-mode
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-11 14:37:33 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-11 14:37:33 +0100
commit90df4b9d972c56fd46019955505cc8b03db010d6 (patch)
treedd68ce274fa50edf578642c5ab572f69c882f9a3 /snippets/fundamental-mode
parent711ebb8bf592b49e534d1ba96125abf728b0a29d (diff)
New tag shortcut, capture template and snippets
Diffstat (limited to 'snippets/fundamental-mode')
-rw-r--r--snippets/fundamental-mode/*generic meeting (org)*14
-rw-r--r--snippets/fundamental-mode/generic_meeting (org)14
2 files changed, 28 insertions, 0 deletions
diff --git a/snippets/fundamental-mode/*generic meeting (org)* b/snippets/fundamental-mode/*generic meeting (org)*
new file mode 100644
index 0000000..96ac857
--- /dev/null
+++ b/snippets/fundamental-mode/*generic meeting (org)*
@@ -0,0 +1,14 @@
+# key: gm
+# name: generic meeting (org)
+# --
+
+#+title: $1
+#+date: `(format-time-string "%Y-%m-%d")`
+
+* Agenda
+
+* Attendees
+
+* Meeting Notes
+
++ $0
diff --git a/snippets/fundamental-mode/generic_meeting (org) b/snippets/fundamental-mode/generic_meeting (org)
new file mode 100644
index 0000000..40dc21e
--- /dev/null
+++ b/snippets/fundamental-mode/generic_meeting (org)
@@ -0,0 +1,14 @@
+# -*- mode: snippet -*-
+# name: generic meeting (org)
+# key: gm
+# --
++#TITLE: $1
++#DATE: `(format-time-string "%Y-%m-%d")`
+
+* Agenda
+
+* Attendees
+
+* Meeting Notes
+
++ $0