aboutsummaryrefslogtreecommitdiff
path: root/snippets/html-ts-mode/footnote-ref
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
committerCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
commit94374ab46c43a5c16ae121c17ca6d6ff0ebea582 (patch)
tree581565b03245b8712cee6a6a5b45b7107c21bbcb /snippets/html-ts-mode/footnote-ref
parent284570c3cff534becd663a1ccd99d21dcf920ceb (diff)
downloaddotemacs-94374ab46c43a5c16ae121c17ca6d6ff0ebea582.tar.gz
dotemacs-94374ab46c43a5c16ae121c17ca6d6ff0ebea582.zip
chore(yasnippet): move snippets into emacs.d for source control
Relocate snippets-dir from ~/sync/org/snippets/ to ~/.emacs.d/snippets/ and restore 28 snippet files from backup.
Diffstat (limited to 'snippets/html-ts-mode/footnote-ref')
-rw-r--r--snippets/html-ts-mode/footnote-ref7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/html-ts-mode/footnote-ref b/snippets/html-ts-mode/footnote-ref
new file mode 100644
index 000000000..551d6d67a
--- /dev/null
+++ b/snippets/html-ts-mode/footnote-ref
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: footnote-ref
+# key:
+# --
+<li id="fn$0">
+ <a href="#ref$1">↩︎</a>
+</li>