summaryrefslogtreecommitdiff
path: root/yasnippet/org-mode
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-10-17 15:05:36 -0700
committerPreston Pan <ret2pop@gmail.com>2025-10-17 15:05:36 -0700
commitd43c1e768c0102387a7c1167b476bb0af2d21987 (patch)
treeda1108fd3616be21874de856ba9dd249daa1ee9b /yasnippet/org-mode
parent841c06b106ad501643c35f48f2ced1c2d6a78641 (diff)
assembling big monorepo update
Diffstat (limited to 'yasnippet/org-mode')
-rw-r--r--yasnippet/org-mode/substack5
-rw-r--r--yasnippet/org-mode/yt-feed5
2 files changed, 10 insertions, 0 deletions
diff --git a/yasnippet/org-mode/substack b/yasnippet/org-mode/substack
new file mode 100644
index 0000000..b7e3e81
--- /dev/null
+++ b/yasnippet/org-mode/substack
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: substack
+# key: substack
+# --
+[[https://$1.substack.com/feed][$0]] \ No newline at end of file
diff --git a/yasnippet/org-mode/yt-feed b/yasnippet/org-mode/yt-feed
new file mode 100644
index 0000000..e26a408
--- /dev/null
+++ b/yasnippet/org-mode/yt-feed
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: yt-feed
+# key: yt-feed
+# --
+[[https://youtube.com/feeds/videos.xml?channel_id=$1][$0]] \ No newline at end of file