diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
| commit | d43c1e768c0102387a7c1167b476bb0af2d21987 (patch) | |
| tree | da1108fd3616be21874de856ba9dd249daa1ee9b /yasnippet | |
| parent | 841c06b106ad501643c35f48f2ced1c2d6a78641 (diff) | |
assembling big monorepo update
Diffstat (limited to 'yasnippet')
| -rw-r--r-- | yasnippet/org-mode/substack | 5 | ||||
| -rw-r--r-- | yasnippet/org-mode/yt-feed | 5 |
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 |
