diff options
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 |
